do not use sass for ionicons

Compile times went from 3.5 seconds to 350ms. Closes #81
This commit is contained in:
Adam Bradley
2015-09-03 07:27:49 -05:00
parent 3d931cc7d8
commit 4655de893d
6 changed files with 1796 additions and 2756 deletions

View File

@@ -43,21 +43,6 @@ textarea {
width: 100%;
}
// tap inputs
input[type="radio"],
input[type="checkbox"] {
margin: 0;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}
}
textarea {
@@ -92,13 +77,6 @@ textarea[disabled],
select[readonly] {
cursor: not-allowed;
}
// Explicitly reset the colors here
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
background-color: transparent;
}
// Focus Utils