marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Why not work #283

Closed abozhinov closed 4 years ago

abozhinov commented 4 years ago

Super simple structure with existing files and only STYLE tag works. I try everything but without success. My question is why the script ignores all external CSS files.

<script src="https://cdnjs.cloudflare.com/ajax/libs/css-element-queries/1.2.1/ResizeSensor.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/css-element-queries/1.2.1/ElementQueries.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://marcj.github.io/css-element-queries/build/css/style.css" />

Element responsiveness FTW!

abozhinov commented 4 years ago

The problem is that STYLE and HTML should have same domain.