diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-08 18:18:01 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-08 18:18:01 +0200 |
| commit | 6df28cde9d8ded05417845f507a353a87269afa9 (patch) | |
| tree | aa007080c57322f3e8eaff645942d7d07603f695 /src/components/input.style.js | |
| parent | a7d771e8c819b7f20bd0048b50e2d14816d28668 (diff) | |
improvements & performance testing
Diffstat (limited to 'src/components/input.style.js')
| -rw-r--r-- | src/components/input.style.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/input.style.js b/src/components/input.style.js index 48d74bfa..4d0690cf 100644 --- a/src/components/input.style.js +++ b/src/components/input.style.js @@ -28,11 +28,8 @@ export default { hover: ':hover', focused: ':focus-within' }, - variants: { - danger: '.danger', - unstyled: '.unstyled', - sublime: '.sublime' - }, + // variants: { + // }, validInnerComponents: [ 'Text' ], |
