-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
30,296 additions
and
6,845 deletions.
There are no files selected for viewing
Submodule p2pu-components
updated
149 files
Submodule p2pu-theme
updated
29 files
+10 −9 | README.md | |
+1 −0 | demo/assets | |
+369 −0 | demo/index.html | |
+5 −8 | dist/base.css | |
+1 −1 | dist/base.css.map | |
+2 −13 | dist/base.js | |
+12 −0 | dist/base.js.LICENSE.txt | |
+1 −1 | dist/base.js.map | |
+5 −7 | dist/discourse.css | |
+1 −1 | dist/discourse.css.map | |
+2 −13 | dist/discourse.js | |
+12 −0 | dist/discourse.js.LICENSE.txt | |
+1 −1 | dist/discourse.js.map | |
+ − | dist/fonts/Merriweather-Bold.woff2 | |
+ − | dist/fonts/OpenSans-Bold-webfont.woff | |
+ − | dist/fonts/OpenSans-Regular-webfont.woff | |
+ − | dist/fonts/OpenSans-Semibold-webfont.woff | |
+11 −0 | docker-compose.yml | |
+1,152 −6,006 | package-lock.json | |
+13 −12 | package.json | |
+ − | src/fonts/Merriweather-Bold.woff2 | |
+93 −0 | src/fonts/OFL.txt | |
+ − | src/fonts/OpenSans-Bold-webfont.woff | |
+ − | src/fonts/OpenSans-Regular-webfont.woff | |
+ − | src/fonts/OpenSans-Semibold-webfont.woff | |
+8 −5 | src/scss/_fonts.scss | |
+1 −0 | src/scss/base.scss | |
+1 −2 | src/scss/cards/_generic-card.scss | |
+30 −31 | webpack.config.js |
Oops, something went wrong.