blob: 0cf005e888213320624f338eb51b344895b63bfd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link id="importLink" rel="import" href="style-basic-grandchild.html">
<style>
.blue-from-import {
color: blue;
}
.red-from-import {
color: red;
}
.gray-from-subimport {
color: teal;
}
</style>
</head>
</html>