routie dev init since i didn't adhere to any proper guidance up until now

This commit is contained in:
2026-04-29 22:27:29 -06:00
commit e1dabb71e2
15301 changed files with 3562618 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@forward '../VInput/variables';
@use '../../styles/settings';
@use '../../styles/tools';
$otp-input-content-gap: .5rem !default;
$otp-input-content-height: 64px !default;
$otp-input-content-max-width: 320px !default;
$otp-input-content-padding: .5rem !default;
$otp-input-divided-content-max-width: 360px !default;
$otp-input-divider-margin: 0 8px !default;
$otp-input-field-font-size: 1.25rem !default;
$otp-input-padding: .5rem 0 !default;