12 lines
231 B
Markdown
12 lines
231 B
Markdown
|
# Pull-Styles
|
||
|
|
||
|
A simple proof-of-concept implementation of a mechanism to pull outside styles
|
||
|
into a Shadow-DOM.
|
||
|
|
||
|
## Features:
|
||
|
|
||
|
- [x] Import `<link>` tags
|
||
|
- [x] Import `<style>` tags
|
||
|
- [x] Import into layer
|
||
|
- [ ] Import from layer
|