Julien Poulton
Julien Poulton
You are correct. Additionally, attack chains weren't taken into account on the cell of the resource itself
no :/
> if you want to allow the style tag in only the div elements That works for other CSS properties such as color, but not the newer grid properties.
`display: grid;` and `grid-template-columns: repeat( auto-fit, minmax(160px, 1fr) );` is the CSS I am trying to allow for my use case. The `grid-template-columns` propery is quite complex, I'm unsure how...