1 2 3 4 5 6 7 8 9 10 11 12
// Your standard form element. // // Styleguide 3.0.0 form { // Your standard text input box. // // Styleguide 3.0.1 input[type="text"] { border: 1px solid #ccc; } }