This is an Adobe XD plugin for Tailwind 2, keen on importing Tailwind config to your XD workspace.
At the moment, it only supports pulling the Tailwind colorspace and either generating a set of swatches or generating color assets for your project - albeit very useful in its current state.
The goal for this project would be the ability to link your project's Tailwind config file to pull in your declared color assets/palette.
Perhaps a future application of the plugin could enable an isomorphic system for better development handoff.
Since this is not yet published on the XD plugin marketplace, you must set this plugin up in the development state.
- In XD, go to
File > Plugins > Development > Show Develop Folder
- Open your terminal in the given directory XD opens.
git clone https://github.com/tonyketcham/jetstream.git
cd jetstream
yarn
- Then hit
SHIFT + CTRL + R
in XD to refresh your plugins list. Jetstream should appear. - Now use it! You can create color assets or a set of swatches.
Based on the starter project to be available to developers who first create an XD plugin instance in Adobe I/O Console.
Apache 2.0