Skip to content
This repository was archived by the owner on Dec 7, 2017. It is now read-only.

Commit 94d112d

Browse files
committed
Remove missed merge conflict code.
1 parent b4744e0 commit 94d112d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

FAQs.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,11 @@ Since HTML Inspector runs after the browser has parsed the raw markup, it cannot
2323

2424
The downside of doing that, however, is that the raw markup will not contain any DOM modifications done after the page loads nor will it contain any markup generated by client side templates. It will also not be able to honor any of the custom config options passed to HTML Inspector like `exclude` and `excludeSubTree`.
2525

26-
<<<<<<< HEAD
2726
#### HTML Inspector warns me about using classes not found in any stylesheet, but those classes *are* in my stylesheets. What's going on?
2827

2928
HTML Inspector creates its list of classes by looping through the `document.styleSheets` object. For most situations this works just fine, but if you have stylesheets loaded from a different domain, or you're using the `file:` protocol, most browsers report those stylesheets as empty.
3029

3130
Unfortunately, there's no easy way around this. Your options are to either only use stylesheets on the same domain, whitelist the offending classes, or exclude the `unused-classes` rule.
32-
=======
33-
#### Why does HTML Inspector warn me about unused classes when those classes *are* found in my stylesheets?
34-
35-
HTML Inspector creates its list of classes by looping through the `document.styleSheets` object. For most situations this works just fine, but if you have stylesheets loaded from a different domain, or you're using the `file:` protocol, most browsers report those stylesheets as empty.
36-
37-
Unfortunately, there's no easy way around this. Your options are to either only use stylesheets on the same domain, whitelist the offending classes, or simply not use the `unused-classes` rule.
38-
>>>>>>> 689a1b44c795dda09711cd20ffd61b23ff481190
3931

4032
#### How can I get HTML Inspector to stop warning me about unused Modernizr classes?
4133

0 commit comments

Comments
 (0)