export const rightToLeft = ` :where(html) { --isLTR: 1; --isRTL: -1; &:dir(rtl) { --isLTR: -1; --isRTL: 1; } } ` export default rightToLeft