-
Notifications
You must be signed in to change notification settings - Fork 154
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
Save @import tag #334
Closed
Closed
Save @import tag #334
Commits on Sep 1, 2016
-
It removes @import tag from css. Example: >>>>----------- <style type="text/css"> @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic'); @media{ body, table, td, p, a, li, blockquote {-webkit-text-size-adjust:none !important;} } </style> ------------->>>> <style type="text/css"> @media{ body, table, td, p, a, li, blockquote {-webkit-text-size-adjust:none !important;} } </style> <<<<------------
Configuration menu - View commit details
-
Copy full SHA for 90d1099 - Browse repository at this point
Copy the full SHA 90d1099View commit details
Commits on Sep 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b8eb532 - Browse repository at this point
Copy the full SHA b8eb532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7a4d3 - Browse repository at this point
Copy the full SHA 8e7a4d3View commit details
Commits on Sep 9, 2016
-
Hi, I did it in different way now. Added two functions, one to extract the imports and one to apply them to a style node. I think this way is more clear. And not messing up with splitCssAndMediaQuery function. Please have a look and let me know what you think. Thank you in advance.
Configuration menu - View commit details
-
Copy full SHA for 6f13c0d - Browse repository at this point
Copy the full SHA 6f13c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3178fed - Browse repository at this point
Copy the full SHA 3178fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for e444b58 - Browse repository at this point
Copy the full SHA e444b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd11a13 - Browse repository at this point
Copy the full SHA fd11a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e88c7a - Browse repository at this point
Copy the full SHA 1e88c7aView commit details
Commits on Sep 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e85c95a - Browse repository at this point
Copy the full SHA e85c95aView commit details -
Signed-off-by: Alex Frangulev <alex@kwtdesign.co.uk>
Alex Frangulev committedSep 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 43d4fe6 - Browse repository at this point
Copy the full SHA 43d4fe6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.