{"version":3,"sources":["file:///Users/jakubfreisler/Projects/vuestorefront/sfui2/packages/sfui/frameworks/sass/components/VsfTag.scss"],"names":[],"mappings":"AAEE,SAAA,kBAAA,CAAA,qBAAA,CAAA,mBAAA,CAAA,iBAAA,CAAA,eAAA,CAAA,sBAAA,CAAA,mBAAA,CAAA,iBAAA,CAGA,yBAAA,mBAAA,CAAA,eAAA,CAAA,6CAAA,CAAA,eAAA,CAIA,uBAAA,iBAAA,CAAA,mBAAA,CAAA,sDAAA,CAAA,0CAAA,CAGC,uCAAA,iBAAA,CAAA,sDAAA,CAKD,0BAAA,iBAAA,CAAA,mBAAA,CAAA,sDAAA,CAAA,2CAAA,CAGC,0CAAA,iBAAA,CAAA,oDAAA,CAKD,4BAAA,iBAAA,CAAA,mBAAA,CAAA,sDAAA,CAAA,2CAAA,CAGC,4CAAA,iBAAA,CAAA,oDAAA,CAKD,2BAAA,iBAAA,CAAA,mBAAA,CAAA,sDAAA,CAAA,2CAAA,CAGC,2CAAA,iBAAA,CAAA,oDAAA,CAKD,0BAAA,iBAAA,CAAA,mBAAA,CAAA,sDAAA,CAAA,0CAAA,CAGC,0CAAA,iBAAA,CAAA,oDAAA,CAKD,kBAAA,gBAAA,CAAA,gBAAA,CAAA,cAAA,CAGC,kCAAA,kBAAA,CAAA,mBAAA,CAKD,oBAAA,eAAA,CAGC,oCAAA,mBAAA,CAAA,oBAAA","file":"VsfTag.css","sourcesContent":[".vsf-tag {\n  $self: &;\n  @apply relative inline-flex items-center justify-center rounded-md font-normal text-sm;\n\n\t&#{&}--strong {\n\t\t@apply text-white font-medium rounded-none;\n\t}\n\n\t&--variant-gray {\n\t\t@apply bg-gray-100 text-gray-600;\n\n\t\t&#{$self}--strong {\n\t\t\t@apply bg-gray-500;\n\t\t}\n\t}\n\n  &--variant-primary {\n\t\t@apply bg-primary-100 text-primary-700;\n\n\t\t&#{$self}--strong {\n\t\t\t@apply bg-primary-600;\n\t\t}\n  }\n\n  &--variant-secondary {\n\t\t@apply bg-secondary-100 text-secondary-700;\n\n\t\t&#{$self}--strong {\n\t\t\t@apply bg-secondary-800;\n\t\t}\n  }\n\n\t&--variant-negative {\n\t\t@apply bg-negative-100 text-negative-700;\n\n\t\t&#{$self}--strong {\n\t\t\t@apply bg-negative-600;\n\t\t}\n\t}\n\n\t&--variant-warning {\n\t\t@apply bg-warning-100 text-warning-700;\n\n\t\t&#{$self}--strong {\n\t\t\t@apply bg-warning-600;\n\t\t}\n\t}\n\n\t&--size-sm {\n\t\t@apply text-xs py-1 px-1;\n\n\t\t#{$self}__label {\n\t\t\t@apply mx-1;\n\t\t}\n\t}\n\n\t&--size-base {\n\t\t@apply px-1.5 py-1.5;\n\n\t\t#{$self}__label {\n\t\t\t@apply mx-1.5;\n\t\t}\n\t}\n}"]}