0

Goal

I have to show a preview of an HTML file with its own CSS inside a modal dialog of my site.

Problem My site has its css and i don't want it to affect the preview. The html to show has only "style" attribute, no css class selector defined.

Is there a way to reach it? I thought this could help

#reset-modal-content{
  all: initial;
  * {
    all: unset;
  }
}

But i've found that if i comment a style attribute, the element gets "my site" definition.

Jack Skeletron
  • 1,351
  • 13
  • 37

0 Answers0