Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tag property lost #236

Closed
askie opened this issue May 5, 2017 · 2 comments
Closed

tag property lost #236

askie opened this issue May 5, 2017 · 2 comments

Comments

@askie
Copy link

askie commented May 5, 2017

<!-- build:css css/print.css -->
    <link rel="stylesheet" href="styles/print.css" media="print">
    <!-- endbuild -->

build result:

<link rel="stylesheet" href="css/print.css">

the tag 'media="print"' is gone!

@jonkemp
Copy link
Owner

jonkemp commented May 8, 2017

Try this:

<!-- build:css css/print.css media="print" -->
<link rel="stylesheet" href="styles/print.css" media="print">
<!-- endbuild -->

@kyooriouskoala
Copy link

<!-- build:css css/print.css media="print" -->
<link rel="stylesheet" href="styles/print.css" media="print">
<!-- endbuild -->

Solution works!

@jonkemp jonkemp closed this as completed Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants