Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The final option, `values`, uses the `~=` selector much more heavily. It replace
+ [am-klass~='btn'] { /* styles */ }
```

Again, this markup is dumb as a plank, but will be enough to show how much *total reliance* on the `=~` selector changes your site's performance. Here are some other demo sites:
Again, this markup is dumb as a plank, but will be enough to show how much *total reliance* on the `~=` selector changes your site's performance. Here are some other demo sites:

#### Facebook's landing page when you don't bother with a User-Agent
- http://am-benchmark.glenmaddern.com/classes/http://facebook.com
Expand Down