tachyons-skylark/components/form_input.scss
2014-07-17 12:13:44 -07:00

14 lines
242 B
SCSS

/*doc
---
title: Form Text Input
name: text input
parent: forms
category: inputs
---
```html_example
<div>
<label class="b" for="username">username</label>
<input class="brs border border--silver" type="text" id="username">
</div>
```
*/