biotope / biotope-element

A web component
https://element.biotope.sh
15 stars 5 forks source link

Add CSS scoping issues in IE11 to readme and docs! #109

Closed SheepFromHeaven closed 5 years ago

SheepFromHeaven commented 5 years ago

Currently IE11 does not allow css scoping. This means we have to take care of css scoping by classes or ids. This should be mentioned in the docs somewhere.

dannystey commented 5 years ago

@SheepFromHeaven Maybe you already heard about it, but i would like to show up the principles of css modules... maybe that could be a generic solution for scoping styles and share global styles through components. https://css-tricks.com/css-modules-part-1-need/

jurekbarth commented 5 years ago

@dannystey that would be indeed a nice addition, but imho it would not be part of biotope element.