diff --git a/lib/middleman-autoprefixer/extension.rb b/lib/middleman-autoprefixer/extension.rb index d4f63ce..76cb49e 100644 --- a/lib/middleman-autoprefixer/extension.rb +++ b/lib/middleman-autoprefixer/extension.rb @@ -86,7 +86,7 @@ def extract_styles(response) end def inline_html_content?(type, path) - (type == 'text/html' || path.end_with?('.php')) && @inline + type == 'text/html' && @inline end def standalone_css_content?(type, path)