Skip to content

Instantly share code, notes, and snippets.

input[type='checkbox'] {
@include checkbox-input;
font-size:1em;
&:checked {
background-color: transparent;
&:before {
color:#000;
}
}
{
"rules": {
"Address_ZipCode": {
"minlength": 5,
"maxlength": 5,
"regex": "^[\\+0-9]*$",
"number": true,
"required": true
},
"Phone": {