-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As tokens module has been built to be used with an editor, this is the next step for this module!
First steps has been done in last commit, the editor should be able to do this:
- Grab all tokens available from a dev / server / static apps
- Generate a nice looking form out of it
- To be decided with what should be build it, but it might be a nice way to try Nuxt Elements form features
- Open an API that has multiple capabilities:
- Receive modified tokens declaration from the editor
- Returns built outputs
- tokens.css to be re-injected in the running app
- tokens.config.ts to be commited to the user repository
- This task implies AST handling of the config (Configuration AST handling #11 )
- Create a runtime plugin able to receive a built tokens file, and replace the current declaration by the new one
- Ensure this is all compatible with upcoming Nuxt projects
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request