{"version":3,"sources":["file:///Users/jakubfreisler/Projects/vuestorefront/sfui2/packages/sfui/frameworks/sass/components/VsfLoaderLinear.scss"],"names":[],"mappings":"AAEE,mBAAA,oBAAA,CAAA,aAAA,CAAA,WAAA,CAAA,eAAA,CAAA,iBAAA,CAGE,wBAAA,iBAAA,CAAA,sDAAA,CAAA,aAAA,CAAA,WAAA,CAAA,iBAAA,CAAA,UAAA,CAIA,4BAAA,WAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,gBAAA,GAAA,UAAA,CAAA,UAAA,CAAA,GAAA,SAAA,CAAA,SAAA,CAAA,CAAA,4BAAA,iBAAA,CAAA,oCAAA,CAAA,oDAAA,CAIA,wBAAA,aAAA,CAIA,uBAAA,WAAA,CAIA,uBAAA,cAAA,CAIA,yBAAA,aAAA,CAIA,uBAAA,cAAA,CAIA,uBAAA,aAAA,CAIA,wBAAA,aAAA,CAIA,wBAAA,WAAA,CAIA,wBAAA,YAAA,CAIA,4BAAA,kBAAA,CAAA,cAAA,CAAA,UAAA,CAAA,WAAA,CAAA,eAAA,CAAA,SAAA,CAAA,iBAAA,CAAA,kBAAA,CAAA,SAAA","file":"VsfLoaderLinear.css","sourcesContent":[".vsf-loader-linear {\n  $self: &;\n  @apply relative h-1 h-full inline-block overflow-hidden;\n\n  &-main {\n    @apply absolute h-1 w-full h-full bg-gray-200;\n  }\n\n  &-animated {\n    @apply absolute w-2.5 h-full animate-line bg-primary-700;\n  }\n\n  &--2xs {\n    @apply h-1;\n  }\n\n  &--xs {\n    @apply h-4;\n  }\n\n  &--sm {\n    @apply h-5;\n  }\n\n  &--base {\n    @apply h-6;\n  }\n\n  &--lg {\n    @apply h-7;\n  }\n\n  &--xl {\n    @apply h-10;\n  }\n\n  &--2xl {\n    @apply h-14;\n  }\n\n  &--3xl {\n    @apply h-24;\n  }\n\n  &--4xl {\n    @apply h-48;\n  }\n\n  &__sr-only {\n    @apply sr-only;\n  }\n}\n"]}