Skip to content

Commit

Permalink
new packages and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed May 7, 2021
1 parent 9d9abf7 commit 006492a
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
"type": "git",
"url": "git@github.com:eea/volto-energy-theme.git"
},
"dependencies": {},
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"mgr-pdf-viewer-react": "^1.0.3",
"react-scrollspy": "^3.4.3",
"volto-addons": "github:eea/volto-addons"
},
"scripts": {
"release": "release-it",
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
Expand Down
4 changes: 4 additions & 0 deletions theme/theme.config
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@
@import (multiple) "./theme.less";
@fontPath : "../../@{theme}/assets/fonts";

.loadAddonOverrides() {
@import (optional) "@{siteFolder}/@{addon}/@{addontype}s/@{addonelement}.overrides";
}

/* End Config */
Loading

0 comments on commit 006492a

Please sign in to comment.