Added materialize sass

This commit is contained in:
Harry Bridge
2018-07-16 00:27:47 +01:00
parent 0e8a23733f
commit 116b228de3
84 changed files with 29714 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
text-rendering: optimizeLegibility;
font-feature-settings: 'liga';
}