Skip to content

Commit

Permalink
fluid-projectGH-265: Restored 'octicons' on heading hover.
Browse files Browse the repository at this point in the history
  • Loading branch information
duhrer committed Apr 29, 2024
1 parent 2aee62d commit 1556988
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = function (eleventyConfig) {
"node_modules/infusion/src": "lib/infusion/src",
"node_modules/foundation-sites/css": "lib/foundation",
"node_modules/lunr": "lib/lunr",
"node_modules/octicons/octicons": "lib/octicons",
"node_modules/fluid-express/src/js/lib": "lib/fluid-express",
"node_modules/fluid-binder/src/js": "lib/fluid-binder",
"node_modules/fluid-location-bar-relay/src/js": "lib/fluid-location-bar-relay",
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lunr": "2.3.9",
"markdown-it": "13.0.1",
"markdown-it-anchor": "8.6.7",
"octicons": "^3.1.0",
"rimraf": "5.0.1",
"string": "3.3.3"
},
Expand Down
1 change: 1 addition & 0 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link rel="stylesheet" type="text/css" href="{{ "/lib/infusion/src/framework/preferences/css/Enactors.css" | url }}" />
<link rel="stylesheet" type="text/css" href="{{ "/lib/infusion/src/framework/preferences/css/PrefsEditor.css" | url }}" />
<link rel="stylesheet" type="text/css" href="{{ "/lib/infusion/src/framework/preferences/css/SeparatedPanelPrefsEditor.css" | url }}" />
<link rel="stylesheet" href="{{ "/lib/octicons/octicons.css" | url }}">
<link rel="stylesheet" href="{{ "/css/infusion-docs.css" | url }}">

<link rel="icon" type="image/png" href="{{ "/favicon.png" | url }}">
Expand Down

0 comments on commit 1556988

Please sign in to comment.