diff --git a/src/frontend/package.json b/src/frontend/package.json deleted file mode 100644 index 9511452..0000000 --- a/src/frontend/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "pyshelf", - "version": "0.7.1", - "description": "Open Source Content Server", - "main": "index.js", - "directories": { - "lib": "lib" - }, - "scripts": { - "test": "test.js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/th3r00t/pyShelf.git" - }, - "keywords": [ - "ebook", - "server", - "media", - "content", - "digital", - "opensource", - "python" - ], - "author": "th3r00t", - "license": "GPL-3.0-or-later", - "bugs": { - "url": "https://github.com/th3r00t/pyShelf/issues" - }, - "homepage": "https://github.com/th3r00t/pyShelf#readme", - "dependencies": { - "bulma": "^0.9.4", - "pako": "^2.1.0", - "typescript": "^4.9.5" - }, - "devDependencies": { - "@types/jquery": "^3.5.16", - "@typescript-eslint/eslint-plugin": "^5.44.0", - "@typescript-eslint/parser": "^5.44.0", - "eslint": "^8.28.0" - } -} diff --git a/src/frontend/static/styles/pyShelf.sass b/src/frontend/static/styles/pyShelf.sass index 68fc30b..2bd8977 100644 --- a/src/frontend/static/styles/pyShelf.sass +++ b/src/frontend/static/styles/pyShelf.sass @@ -1,9 +1,10 @@ -@import "../../node_modules/bulma/sass/utilities/mixins.sass" $ps-color-primary: #89939E $ps-color-primary-trans: rgba(43, 50, 60, 0.64) !important $ps-color-secondary: #DEDEDE $ps-color-accent: $ps-color-secondary $ps-color-background: #000000 +$black: #000000 +$white: #ffffff //$black: $ps-color-background //$white: $ps-color-primary //$link: $ps-color-secondary @@ -38,17 +39,3 @@ $footer-padding: 0.5rem 0.5rem background-repeat: no-repeat; background-attachment: fixed; background-size: cover; - -// Import only what you need from Bulma -@import "../../node_modules/bulma/sass/utilities/_all.sass"; -@import "../../node_modules/bulma/sass/base/_all.sass"; -@import "../../node_modules/bulma/sass/elements/button.sass"; -@import "../../node_modules/bulma/sass/elements/container.sass"; -@import "../../node_modules/bulma/sass/elements/title.sass"; -@import "../../node_modules/bulma/sass/form/_all.sass"; -@import "../../node_modules/bulma/sass/components/navbar.sass"; -@import "../../node_modules/bulma/sass/layout/hero.sass"; -@import "../../node_modules/bulma/sass/layout/section.sass"; -@import "../../node_modules/bulma/sass/layout/section.sass"; -@import "../../node_modules/bulma/sass/layout/footer.sass"; -