-
Notifications
You must be signed in to change notification settings - Fork 412
Allow css tag to be exported #1430
Copy link
Copy link
Open
Labels
enhancement: proposal 💬Improvement of current behaviour that needs to be discussedImprovement of current behaviour that needs to be discussedneeds: triage 🏷Issue needs to be checked and prioritizedIssue needs to be checked and prioritized
Metadata
Metadata
Assignees
Labels
enhancement: proposal 💬Improvement of current behaviour that needs to be discussedImprovement of current behaviour that needs to be discussedneeds: triage 🏷Issue needs to be checked and prioritizedIssue needs to be checked and prioritized
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the enhancement
Allow/enable export of the
csstag from another file. For example...When this is done currently, the following error is produced...
Error: Using the "css" tag in runtime is not supported. Make sure you have set up the Babel plugin correctly.Motivation
This would be convenient for organizational flexibility. In my use case, I have helper functions that are naturally imported with the css tag. I would prefer to import from a single file with a single line.