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

<style> import different on windows and mac #256

Closed
di5abled opened this issue Jul 1, 2015 · 3 comments
Closed

<style> import different on windows and mac #256

di5abled opened this issue Jul 1, 2015 · 3 comments

Comments

@di5abled
Copy link

di5abled commented Jul 1, 2015

when premailer is importing styles it locates the style tag into the header on my windows machine and after the body tag in the mac machine of my colleague.

we are both using the newest version 1.8.4 and we use grunt-premailer in our workflow.

Windows:

<head>
    ...
    <style type="text/css">
        ...
    </style>
</head>

<body>
    ...

Mac:

<head>
    ...
</head>

<body><style type="text/css">
    ...
</style>
@jpwdesigns
Copy link

I'm seeing the same thing on Mac.

@tjdownes
Copy link

tjdownes commented Feb 9, 2016

I'm actually seeing the same result, style tag inside the body tag, on Windows 7

@tjdownes
Copy link

Please ignore my comment. I did not realize until today that adding the style tag to the body of the document was a specific feature of premailer, as per #65

@meowsus meowsus closed this as completed Sep 19, 2019
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

4 participants