From cab7fa9fbe79ce0408e8df8c93ce37355dc6b4ba Mon Sep 17 00:00:00 2001 From: Brian Coords Date: Mon, 13 Sep 2021 21:12:20 -0700 Subject: [PATCH] updates postcss color-palette generator --- css/child-theme.css | 1 - css/custom-editor-style.css | 1 - inc/editor-color-palette.json | 2 +- package-lock.json | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/css/child-theme.css b/css/child-theme.css index 2b0d255d1..0c9f0a152 100644 --- a/css/child-theme.css +++ b/css/child-theme.css @@ -15931,5 +15931,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { color: theme-color("danger"); border: 1px solid #e9ecef; } - /*# sourceMappingURL=child-theme.css.map */ \ No newline at end of file diff --git a/css/custom-editor-style.css b/css/custom-editor-style.css index 626170035..34b098e93 100644 --- a/css/custom-editor-style.css +++ b/css/custom-editor-style.css @@ -1155,5 +1155,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { font-size: 2.5rem; font-weight: 500; } - /*# sourceMappingURL=custom-editor-style.css.map */ \ No newline at end of file diff --git a/inc/editor-color-palette.json b/inc/editor-color-palette.json index 9e26dfeeb..5d2030feb 100644 --- a/inc/editor-color-palette.json +++ b/inc/editor-color-palette.json @@ -1 +1 @@ -{} \ No newline at end of file +{"--bs-blue":"#0d6efd","--bs-indigo":"#6610f2","--bs-purple":"#5533ff","--bs-pink":"#d63384","--bs-red":"#dc3545","--bs-orange":"#fd7e14","--bs-yellow":"#ffc107","--bs-green":"#198754","--bs-teal":"#20c997","--bs-cyan":"#0dcaf0","--bs-white":"#fff","--bs-gray":"#6c757d","--bs-gray-dark":"#343a40"} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d66f8e633..a40cf5078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3762,7 +3762,7 @@ } }, "postcss-understrap-palette-generator": { - "version": "git+https://github.com/bacoords/postcss-understrap-palette-generator.git#33737b91a1c7408d1089e0ed1f74e522201bfc94", + "version": "git+https://github.com/bacoords/postcss-understrap-palette-generator.git#68694a2ae771a2610c66fc067452e61ae438edd2", "from": "git+https://github.com/bacoords/postcss-understrap-palette-generator.git", "dev": true },