-
Aphrodite uses inline-style-prefixer on the styles it produces. Since you already have the dependency if you are using this interface, we should run the inline styles through this. This will make it e…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/sbb-design-systems/sbb-angular/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Cod…
-
#3479 # Is your feature request related to a problem? Please describe.
Humhub does use a lot of inline styles. That is very confusing if you make a theme. How does one know of a style is set in th…
-
Inline styles are bad practice - they slow down browser performance, they're hard to maintain, and they're hard to override without _more_ inline styles.
Search for `:style` throughout the app and…
-
the inline styles on the dino image on the front page is causing issues when the screen size is under 500px.
-
As I understand the script should just translate styles that are actually within the css. But what happens is that it actually translates all styles to css.
So the html gets terribly bloated, like th…
-
***Current Approach***
```scala
case class WebStyle(name: String) {
def :=(v: String | Double) = new WebStylePair(name, v)
}
class WebStylePair(val name: String, val value: Any)
trait W…
-
Hi!
It'd be nice if we can override existing styles in some cases.
For example, double processing the same HTML but with different CSS produce undesired styles state for some cases
Let me explain…
-
Hi
I saw #439 have one task is "move away from inline style".
I am totally support it. So I raise this issue with following reasons:
Current attributes-kit uses inline style for every component…
-
I ran the 'build' command and the styles were not inlined.