From 4571857e6933377e6ae4573b5d5622187cb26838 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Mon, 22 Apr 2019 13:04:53 -0700 Subject: [PATCH] make shades-of-purple local stylesheet --- components/Meta.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/components/Meta.js b/components/Meta.js index e2c4d1f..1267c9a 100644 --- a/components/Meta.js +++ b/components/Meta.js @@ -5,7 +5,14 @@ import Reset from './style/Reset' import Font from './style/Font' import Typography from './style/Typography' -const LOCAL_STYLESHEETS = ['one-light', 'one-dark', 'verminal', 'night-owl', 'nord'] +const LOCAL_STYLESHEETS = [ + 'one-light', + 'one-dark', + 'verminal', + 'night-owl', + 'nord', + 'shades-of-purple' +] const CDN_STYLESHEETS = THEMES.filter(t => LOCAL_STYLESHEETS.indexOf(t.id) < 0) export function Link({ href }) {