HTML Forms. We all hate them. With just a few lines you can have your self a very nice form with barely any effort at all.
Working with Forms.
It's really easy to get a form up and running with Slate. At the absolute minimum, you need the following in your style sheet:
.form {
@include form-complete;
}
Obviously the class can be anything you like, or you can do it directly on the form element. This will set up all the form input elements, select elements, and validation states.
Styling the form
All the visual attributes for the forms can be changed via variables in 01-settings/_settings-forms.scss and 01-settings/_settings-forms-skin.scss.