Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Add conversion support for link rel="import" type="css" #2799

Open sorvell opened 6 years ago

sorvell commented 6 years ago

In Polymer 2.x we supported <link rel="import" type="css" href="styling.css"> as a way to import pure css files.

This isn't supported in Polymer 3.x since we aren't supporting HTML Imports. Modulizer should convert these files to modules that are imported.

justinfagnani commented 6 years ago

Can you give more detail about what the CSS file should be converted to?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.