Skip to content

Instantly share code, notes, and snippets.

@timmarinin
Last active August 29, 2015 14:08
Show Gist options
  • Save timmarinin/f674fef474c06847d549 to your computer and use it in GitHub Desktop.
Save timmarinin/f674fef474c06847d549 to your computer and use it in GitHub Desktop.
Delete semicolon after any rule — only that rule and the next rule would not apply
/* Delete semicolon after any rule — only that rule and the next rule would not apply */
/* @marinintim */
.autosize {
height: auto;
min-width: 20em;
min-height: 4em;
box-sizing: border-box;
overflow: visible;
}
<textarea class="autosize"></textarea>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment