Merge pull request #1809 from roots/remove-font-awesome

Remove Font Awesome
This commit is contained in:
Ben Word
2017-01-13 12:05:00 -07:00
committed by GitHub
3 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
### 9.0.0-beta.2: January 11th, 2016
* Remove Font Awesome ([#1809](https://github.com/roots/sage/pull/1809))
* Remove grid defaults ([#1808](https://github.com/roots/sage/pull/1808))
* Fix for `publicPath` ([#1806](https://github.com/roots/sage/pull/1806))
* Update clean task name ([#1800](https://github.com/roots/sage/pull/1800))

View File

@@ -2,7 +2,6 @@
// Import npm dependencies
@import "~bootstrap/scss/bootstrap";
@import "~font-awesome/scss/font-awesome";
@import "common/global";
@import "components/buttons";

View File

@@ -69,7 +69,6 @@
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"font-awesome": "^4.7.0",
"jquery": "1.12.4 - 3"
}
}