Merge pull request #1809 from roots/remove-font-awesome
Remove Font Awesome
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
// Import npm dependencies
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
@import "~font-awesome/scss/font-awesome";
|
||||
|
||||
@import "common/global";
|
||||
@import "components/buttons";
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.0.0-alpha.6",
|
||||
"font-awesome": "^4.7.0",
|
||||
"jquery": "1.12.4 - 3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user