From f65d0708ea4e4fe52b904634ab73829f2fb54a42 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 5 Jun 2018 21:01:15 -0700 Subject: [PATCH] Format CSS --- css/page.css | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/css/page.css b/css/page.css index 4f246811..4c69dca8 100644 --- a/css/page.css +++ b/css/page.css @@ -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 { diff --git a/package.json b/package.json index 7fa498d9..4d985c01 100644 --- a/package.json +++ b/package.json @@ -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",