Skip to content

Instantly share code, notes, and snippets.

View ksylor's full-sized avatar

Katie Sylor-Miller ksylor

View GitHub Profile
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')
@ksylor
ksylor / style.css
Created November 28, 2016 20:57
Screen reader only class
.screen-reader-only {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
@ksylor
ksylor / SassMeister-input.scss
Created February 10, 2014 15:44
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// ----
%placeholder {
color: blue;
}
@mixin dostuff($color: red){