-
**Title:** [UI] - Allow Override of Inline Styles in Components
**Description:**
Currently, the component uses hardcoded inline styles like the following:
```jsx
```
This makes it…
-
Facebook _officially_ recommends that people define their
style as a JavaScript Object: http://facebook.github.io/react/tips/inline-styles.html
e.g:
``` js
var divStyle = {
color: 'white',
backg…
-
We now have support for inlining global + components styles in Nuxt with the vite builder, and it is important to ensure this is also implemented for webpack.
Context: https://github.com/nuxt/nuxt.…
-
Please add an option, so we can set i.e.
`$incline_scripts = true;`
and PLA outputed `.....` directly into html head without linking to `
-
There's an unnecessary inline style on the `stickLayer` object. You can simply change the stick-to-me.css `stick_popup` to include `display:none;`.
-
Issue: missing semicolon space between two styles after reset:
Recreate bug:
- Open page with background image saved as inline style [https://www.vinochmatguiden.se/recept/vin-matguiden/ugnsbakad-la…
-
Hi! Very nice project you have here!
I added the CF Pages URL with the tracker JS to the `script` in content security policy, but then other elements also get blocked, like some inline images and s…
-
I'd like to propose a UA stylesheet for `` which applies when the `` has `size=1`, no `multiple` attribute, and `appearance:base`.
Based on the discussion [here](https://github.com/w3c/csswg-drafts…
-
**Is your feature request related to a problem? Please describe.**
Currently, Azure Static Web Apps do not support Content Security Policy (CSP) nonces, which are crucial for securing inline scripts…
-
## Why
[svelte-package](https://kit.svelte.dev/docs/packaging) helps convert component types and preprocessors into packaged components with separate type declarations files. With this tool, it may…