Add package.json and re-install dependencies
Showing
.gitignore
100644 → 100755
File mode changed from 100644 to 100755
README.md
100644 → 100755
File mode changed from 100644 to 100755
build/minified/main.min.css
100644 → 100755
File mode changed from 100644 to 100755
build/stylesheets/main.css
100644 → 100755
File mode changed from 100644 to 100755
gulpfile.js
100644 → 100755
File mode changed from 100644 to 100755
package-lock.json
100644 → 100755
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "stylesheet", | ||
"version": "1.0.0", | ||
"description": "/r/Anarchism stylesheet", | ||
"main": "gulpfile.js", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"gulp": "^4.0.0", | ||
"gulp-clean-css": "^4.0.0", | ||
"gulp-rename": "^1.4.0", | ||
"gulp-sass": "^4.0.2" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://0xacab.org/revolutionary-bench/stylesheet.git" | ||
}, | ||
"keywords": [ | ||
"stylesheet", | ||
"Reddit", | ||
"anarchism" | ||
], | ||
"author": "N/A", | ||
"license": "GPL-3.0-or-later" | ||
} |
source/images/spritesheet-old-theme.png
100644 → 100755
File mode changed from 100644 to 100755
source/stylesheets/legacy/legacy.scss
100644 → 100755
File mode changed from 100644 to 100755
source/stylesheets/main.scss
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment