Skip to content

Commit 198b559

Browse files
committed
Same with foundation icons
1 parent a5bc416 commit 198b559

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

app/javascript/stylesheets/styles_one.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import 'material-icons/iconfont/material-icons.css';
2+
@import '~foundation-icons/foundation-icons.css';
23

34
.red {
45
color: red;

app/views/home/index.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
<%= image_pack_tag('app/assets/images/test_additional.svg') %>
1515
</div>
1616

17-
<span class="material-icons">pie_chart</span>
17+
<span class="material-icons">pie_chart</span>
18+
<span class="fi-address-book">address_book</span>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"compression-webpack-plugin": "9",
1313
"css-loader": "^6.10.0",
1414
"css-minimizer-webpack-plugin": "^6.0.0",
15+
"foundation-icons": "^2.0.0",
1516
"material-icons": "^1.13.12",
1617
"mini-css-extract-plugin": "^2.8.0",
1718
"shakapacker": "7.2.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,6 +2312,11 @@ [email protected]:
23122312
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
23132313
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
23142314

2315+
foundation-icons@^2.0.0:
2316+
version "2.0.0"
2317+
resolved "https://registry.yarnpkg.com/foundation-icons/-/foundation-icons-2.0.0.tgz#3f55f5b1c3c481610873481ed85be31050d95189"
2318+
integrity sha512-5Ne+rmJDkNcZjSKA1xxgDUggOxQU2KWiwnduDZSNcpSRVqfwdH6g3IkbhJX0NMqQJ7uggXJV1InRaYnpDiJ66w==
2319+
23152320
23162321
version "0.5.2"
23172322
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"

0 commit comments

Comments
 (0)