Skip to content
Discussion options

You must be logged in to vote

Hey 👋

The vanilla-extract API is designed to be as close to regular CSS as possible, but allowing you to build abstractions on top just like you would with TypeScript/JavaScript. There's no plans to to ship any official APIs to handle RTL, but you should be able to build some utilities in your own project to centralise the problem (you could even open source it). That or build it into your Sprinkles utilities, whatever you feel models the problem best for your project.

You can also use something like postcss plugins as a post-processing step within your bundler.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mattcompiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #476 on November 25, 2021 00:58.