From 064851798f87a1ee91e6989362280054f3c824e6 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 28 Jun 2024 14:21:59 -0400 Subject: [PATCH] WIP --- public/css/README.md | 2 +- .../checkbox-question/checkbox-question.vue | 1 - src/fmg-components/cart/cart.vue | 3 ++- src/layouts/payment-method/payment-method.vue | 23 ++++++++----------- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/public/css/README.md b/public/css/README.md index 74cd82e39..a228213b2 100644 --- a/public/css/README.md +++ b/public/css/README.md @@ -6,7 +6,7 @@ This public/css folder uses a standalone .scss > .css setup. From a Terminal window, run the Sass Watch command from the public folder only: ```bash -sass --no-source-map --watch scss:css +sass --watch scss:css ``` This will compile and output .css files (into the public/css folder) that can be consumed by the Payment page. diff --git a/src/digital-components/checkbox-question/checkbox-question.vue b/src/digital-components/checkbox-question/checkbox-question.vue index c256fd0aa..8eac68a87 100644 --- a/src/digital-components/checkbox-question/checkbox-question.vue +++ b/src/digital-components/checkbox-question/checkbox-question.vue @@ -21,7 +21,6 @@ - +