Import CSS styles to apply to assets panel
Recently the company I work for has updated their UI. This change is major although we do incremental changes along the way. Now our app is in newelegant.css and our component libraries and prototypes are in legacy.css
Our organization is also tool agnostic so as a design team we utilize a myriad of prototyping tools. for each tool someone will have to volunteer to go through and rebuild our components to match our new ui.
Few people are using XD so I will proabbly have to do this. What a cool move would it be if I could ask the visual designer for a .css file upload it to my xd component library and have those changes update all my components? thats the dream.
-
Dominic commented
I had a similar issue so I wrote this plugin to help https://adobe.com/go/xd_plugins_discover_plugin?pluginId=589c6b46
It only does colour assets at the moment but it supports multiple colour formats you can simply paste in your variables from CSS, SASS, SCSS, LESS etc
-
Mike commented
I use XD often for new pages within our website. It would be great to be able to import my existing css to automatically add these styles to Adobe XD for use in my UI work