Skip to content

Instantly share code, notes, and snippets.

@tyv
Created August 26, 2013 10:21
Show Gist options
  • Save tyv/6340050 to your computer and use it in GitHub Desktop.
Save tyv/6340050 to your computer and use it in GitHub Desktop.
input.css
/* input.css */
.input
{
backgound: #fff;
}
.input_size_xl.input_theme_green:after
{
content: '><'
}
/* input_theme_green.css */
.input_theme_green
{
background: #060
}
/* input_size_s.css */
.input_size_s
{
width: 200px;
height: 200px;
}
/* input_size_xl.css */
.input_size_xl
{
width: 400px;
height: 400px;
}
/* input_has-clear.css */
.input_has-clear:after
{
content: 'x'
}
<div class="input input_theme_green input_size_xl input_has-clear"></div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment