1234567891011121314151617181920212223@import "tailwindcss"; @source "../../"; @layer base { pre { overflow-x: auto; } ul, ol { margin: revert; padding: revert; } ul { list-style-type: disc; } ol { list-style-type: decimal; }}