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
+19
View File
@@ -0,0 +1,19 @@
// Source: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
@use 'sass:list'
@use 'sass:map'
@use '../settings'
@use '../tools'
@if (settings.$utilities != false and map.get(settings.$misc, 'sr-only') != false and list.length(settings.$utilities) > 0)
@include tools.layer('utilities.helpers')
.d-sr-only,
.d-sr-only-focusable:not(:focus)
border: 0 !important
clip: rect(0, 0, 0, 0) !important
height: 1px !important
margin: -1px !important // Fix for https://github.com/twbs/bootstrap/issues/25686
overflow: hidden !important
padding: 0 !important
position: absolute !important
white-space: nowrap !important
width: 1px !important