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

CSS: bundle everything into one file #686

Open
TCL735 opened this issue Oct 16, 2021 · 0 comments
Open

CSS: bundle everything into one file #686

TCL735 opened this issue Oct 16, 2021 · 0 comments

Comments

@TCL735
Copy link
Contributor

TCL735 commented Oct 16, 2021

Giraffe should provide one .css file that includes all CSS for all of its components.

There are consuming apps which may want to use a single .css file from their libraries in order to generate assets during their build processes. For example, the ui repository pulls in a single index.css for one of its other libraries (Clockface). By doing this, the ui repository is able put any assets that are included in the .css files into a folder for static assets during build time. Giraffe should do the same thing.

Doing this may have an impact on performance, so this request should also be considered from an performance standpoint.

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

No branches or pull requests

1 participant