5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
|
|
const ISLAND_STYLES = "astro-island,astro-slot,astro-static-slot{display:contents}";
|
||
|
|
export {
|
||
|
|
ISLAND_STYLES
|
||
|
|
};
|