Skip to content

Commit

Permalink
Don’t look for inline HTML inside .php files
Browse files Browse the repository at this point in the history
  • Loading branch information
porada committed Jan 30, 2015
1 parent 0259f48 commit 94a8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleman-autoprefixer/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 94a8205

Please sign in to comment.