Closed tmpfs closed 4 years ago
Let's just use link tag instead. This will mean that inline styles such as content = "body {}" will no longer be possible but we are not using them and they should not be encouraged as they are an anti-pattern for our system.
content = "body {}"
This is not worth the effort. A lot of work for very little benefit, going to stick with StyleAsset for now.
Let's just use link tag instead. This will mean that inline styles such as
content = "body {}"
will no longer be possible but we are not using them and they should not be encouraged as they are an anti-pattern for our system.