Why on Finish editing of a DSP from vs code extension XD, not generating CSS, JS etc?

Viewed 138

When importing a Design System Package(DSP) (designed in adobe XD) to vscode, after completion of editing expectation is, it generates CSS, JS etc as configured. But instead it is generating json files. Am I missing any step?

Below are the steps I followed:

  1. Created a package in vscode XD extension.
  2. Imported a DSP link into my work repository.
  3. Added few code snippets to components.
  4. Clicked on Finish editing.

And these steps are producing json files in dist/styledictionary/properties folder as

  • List item
  • colors.json
  • custom.json
  • fonts.json
  • sizes.json
1 Answers
Related