removing _icons.scss file, not needed

This commit is contained in:
Adam Bradley
2013-11-25 09:46:14 -06:00
parent 0d3f9e1577
commit 37187417e8
3 changed files with 0 additions and 30 deletions

12
dist/css/ionic.css vendored
View File

@@ -5466,18 +5466,6 @@ a.button {
flex: 0 0 90%;
max-width: 90%; }
/**
* Icons
* --------------------------------------------------
*/
.fill-icon {
color: white !important; }
.fill-icon:before {
background: black;
position: relative;
border-radius: 6px;
padding: 1px; }
/**
* Utility Classes
* --------------------------------------------------

View File

@@ -1,17 +0,0 @@
/**
* Icons
* --------------------------------------------------
*/
.fill-icon {
color: white !important;
&:before {
background: black;
position: relative;
border-radius: $icon-fill-border-radius;
padding: 1px;
}
}

View File

@@ -55,6 +55,5 @@
// Util
"animations",
"grid",
"icons",
"util",
"platform";