Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AT-79: Add style generation for Lit #6

Merged
merged 9 commits into from
Sep 25, 2023
Merged

AT-79: Add style generation for Lit #6

merged 9 commits into from
Sep 25, 2023

Conversation

rooperl
Copy link
Collaborator

@rooperl rooperl commented Sep 12, 2023

Copy link
Collaborator

@ninopenttinen ninopenttinen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting a change to the file names, but otherwise looks good 👍

esbuild doesn't currently support tree-shaking namespaced wildcard exports such as the following:

export * as FdsCss from './style-properties'
This will tell bundlers such as esbuild that calling unsafeCSS has no side effects when such import is unused
Copy link
Collaborator

@ninopenttinen ninopenttinen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks real good, only still pondering whether we should go with FdsCss or Fds, give your input on this.

Copy link
Collaborator

@ninopenttinen ninopenttinen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants