Commit a5e87ac7 authored by Robert Knight's avatar Robert Knight

Add a note about removing a CSS reset in future

parent e2547867
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
.annotator-frame { .annotator-frame {
// CSS reset which attempts to isolate this element and its children from // CSS reset which attempts to isolate this element and its children from
// host page styles. // host page styles.
//
// TODO - We should be able to remove these now because this element is always
// created inside a shadow root.
@include meta.load-css('../reset'); @include meta.load-css('../reset');
@include reset.nested-reset; @include reset.nested-reset;
@include reset.reset-box-model; @include reset.reset-box-model;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment