Format CSS

This commit is contained in:
Jordan Eldredge 2018-06-05 21:01:15 -07:00
parent a4c3670b11
commit f65d0708ea
2 changed files with 7 additions and 6 deletions

View file

@ -63,19 +63,20 @@ body {
}
#twitter-share {
background-color: #1da1f2;
background-color: #1da1f2;
}
#github-share {
background-color: #2d3238;
background-color: #2d3238;
}
#mail-share {
background-color: #6a7788;
background-color: #6a7788;
}
#butterchurn-share {
display: none; /* Button is only shown if the window gets enabled */
background-size: 100%; /* Image is 2x size for retina displays */
display: none; /* Button is only shown if the window gets enabled */
background-size: 100%; /* Image is 2x size for retina displays */
background-size: 100%; /* Image is 2x size for retina displays */
}
#app #loading {

View file

@ -18,7 +18,7 @@
"test": "jest --projects config/jest.unit.js config/jest.eslint.js",
"travis-tests": "npm run test && npm run build && npm run build-library",
"tdd": "jest --watch",
"format": "prettier --write experiments/**/*.js js/**/*.js css/**/*.css",
"format": "prettier --write experiments/**/*.js js/**/*.js css/**/*.css !css/**/*.min.css",
"build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91.wsz .",
"build-skin-png": "rm skins/base-2.91-png.wsz && cd skins/base-2.91-png && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91-png.wsz .",
"compile-skin": "node scripts/compileSkin.js > css/base-skin.css",