This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Most popular control messages (> 0.5% of control) | |
- 27.98%: Uncaught TypeError: null is not an object (evaluating 'elt.parentNode') | |
- 8.96%: TypeError: null is not an object (evaluating 'elt.parentNode') | |
- 8.93%: Uncaught SyntaxError: JSON syntax error | |
- 3.97%: Uncaught TypeError: Cannot read property 'MIN_USERNAME_LEN' of undefined | |
- 3.57%: Uncaught TypeError: _.pairs is not a function | |
- 3.51%: Object doesn't support this property or method | |
- 2.25%: Uncaught TypeError: this.font_loaders[t].load is not a function | |
- 1.86%: Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. | |
- 1.85%: Uncaught TypeError: undefined is not an object (evaluating '__gCrWeb.autofill.extractForms') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.screen-reader-only { | |
border: 0; | |
clip: rect(0 0 0 0); | |
height: 1px; | |
margin: -1px; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
width: 1px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.0.rc.3) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
%placeholder { | |
color: blue; | |
} | |
@mixin dostuff($color: red){ |