-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ft ui async stylesheets #611
Conversation
@i-like-robots Now that I'm back from holidays, let's go through this PR together and see if it makes sense. If it does make sense, I'll redo the PR with sensible commit messages. I suspect the implementation can be improved. |
@@ -101,6 +101,10 @@ An array of stylesheet URLs to be loaded using `<link rel="stylesheet" />` tags. | |||
|
|||
An optional string of CSS to embed into the page. Defaults to setting the background colour to FT pink. | |||
|
|||
#### `asyncStylesheets` (string) | |||
|
|||
An optional array of stylesheet URLs to be loaded using `<link rel="preload" />` tags. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarify this reasoning: Why? (not just how)
Also update the 'stylesheets' above
|
…nto ft-ui-async-stylesheets
Closing in favour of #648 |
See: #581