@@ -689,6 +689,133 @@ view,text,:after,:before,::backdrop {
689689} "
690690` ;
691691
692+ exports [` issues > https://github.com/sonofmagic/weapp-tailwindcss/issues/695 1` ] = `
693+ "*,:after,:before,::backdrop {
694+ box - sizing : border - box ;
695+ border : 0 solid ;
696+ margin : 0 ;
697+ padding : 0 ;
698+ }
699+ .rounded-full {
700+ border - radius : calc (infinity * 1px );
701+ }
702+ .rounded-s-full {
703+ border - start - start - radius : calc (infinity * 1px );
704+ border - end - start - radius : calc (infinity * 1px );
705+ }
706+ .rounded-ss-full {
707+ border - start - start - radius : calc (infinity * 1px );
708+ }
709+ .rounded-e-full {
710+ border - start - end - radius : calc (infinity * 1px );
711+ border - end - end - radius : calc (infinity * 1px );
712+ }
713+ .rounded-se-full {
714+ border - start - end - radius : calc (infinity * 1px );
715+ }
716+ .rounded-ee-full {
717+ border - end - end - radius : calc (infinity * 1px );
718+ }
719+ .rounded-es-full {
720+ border - end - start - radius : calc (infinity * 1px );
721+ }
722+ .rounded-t-full {
723+ border - top - left - radius : calc (infinity * 1px );
724+ border - top - right - radius : calc (infinity * 1px );
725+ }
726+ .rounded-l-full {
727+ border - top - left - radius : calc (infinity * 1px );
728+ border - bottom - left - radius : calc (infinity * 1px );
729+ }
730+ .rounded-tl-full {
731+ border - top - left - radius : calc (infinity * 1px );
732+ }
733+ .rounded-r-full {
734+ border - top - right - radius : calc (infinity * 1px );
735+ border - bottom - right - radius : calc (infinity * 1px );
736+ }
737+ .rounded-tr-full {
738+ border - top - right - radius : calc (infinity * 1px );
739+ }
740+ .rounded-b-full {
741+ border - bottom - right - radius : calc (infinity * 1px );
742+ border - bottom - left - radius : calc (infinity * 1px );
743+ }
744+ .rounded-br-full {
745+ border - bottom - right - radius : calc (infinity * 1px );
746+ }
747+ .rounded-bl-full {
748+ border - bottom - left - radius : calc (infinity * 1px );
749+ } "
750+ ` ;
751+
752+ exports [` issues > https://github.com/sonofmagic/weapp-tailwindcss/issues/695 2` ] = `
753+ "view,text,:after,:before,::backdrop {
754+ box - sizing : border - box ;
755+ border : 0 solid ;
756+ margin : 0 ;
757+ padding : 0 ;
758+ }
759+ .rounded-full {
760+ border - radius : 9999px ;
761+ }
762+ .rounded-s-full {
763+ border - top - left - radius : 9999px ;
764+ border - bottom - left - radius : 9999px ;
765+ }
766+ .rounded-ss-full {
767+ border - top - left - radius : 9999px ;
768+ }
769+ .rounded-e-full {
770+ border - top - right - radius : 9999px ;
771+ border - bottom - right - radius : 9999px ;
772+ }
773+ .rounded-se-full {
774+ border - top - right - radius : 9999px ;
775+ }
776+ .rounded-ee-full {
777+ border - bottom - right - radius : 9999px ;
778+ }
779+ .rounded-es-full {
780+ border - bottom - left - radius : 9999px ;
781+ }
782+ .rounded-t-full {
783+ border - top - left - radius : 9999px ;
784+ border - top - right - radius : 9999px ;
785+ }
786+ .rounded-l-full {
787+ border - top - left - radius : 9999px ;
788+ border - bottom - left - radius : 9999px ;
789+ }
790+ .rounded-tl-full {
791+ border - top - left - radius : 9999px ;
792+ }
793+ .rounded-r-full {
794+ border - top - right - radius : 9999px ;
795+ border - bottom - right - radius : 9999px ;
796+ }
797+ .rounded-tr-full {
798+ border - top - right - radius : 9999px ;
799+ }
800+ .rounded-b-full {
801+ border - bottom - right - radius : 9999px ;
802+ border - bottom - left - radius : 9999px ;
803+ }
804+ .rounded-br-full {
805+ border - bottom - right - radius : 9999px ;
806+ }
807+ .rounded-bl-full {
808+ border - bottom - left - radius : 9999px ;
809+ } "
810+ ` ;
811+
812+ exports [` issues > https://github.com/sonofmagic/weapp-tailwindcss/issues/695 taro rpx case 1` ] = `
813+ ".rounded-full {
814+ border - radius : 9999px ;
815+ }
816+ "
817+ ` ;
818+
692819exports [` issues > space-x-number 1` ] = `
693820"@layer properties;
694821:root, :host {
0 commit comments