-
### Before you start - checklist
- [X] I have checked if this feature request is not already reported
### Description
I would like to add dynamic inline-styling to a specific tile/button **wi…
-
Framework does static analysis of HTML and JavaScript to find references to local assets, such as linked images and imported JavaScript modules; however, it doesn’t currently perform static analysis o…
-
### Clear and concise description of the problem
### Use case:
Creating a component, island or extension with a single shadow root, but consisting of multiple nested components.
Currently, th…
-
## Prework
- [x] Read and abide by the **great_tables** [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
blazor.server.js creates sometimes …
-
Firstly, looks like you released 1.0! Congrats! :D
Unfortunately, it seems that you have introduced inline styles with this update. As someone enforcing a strict Content Security Policy, the reason…
-
I have a few svgs and they have the same classes `.cls-1` and/or `.cls-2`. They overwrite each other's style. If they could be auto inlined that would be great!
```svg
.cls-1 {
fi…
-
Usually, it is not best practice to use inline styles in an HTML file. You can read more about when and when not to use inline styles [here](https://www.codecademy.com/articles/html-inline-styles).
…
-
_From @martoio on July 24, 2018 12:49_
Try to avoid inline styles. They are really hard to manage and they end up causing more issues later on. Just apply a class and attach the styles to the class.
…
-
### Describe the bug
Ruffle has inline styles that it applies to the HTML side of the renderer. If the page's content security policy prevents this (usually with an error like this: `Refused to apply…