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 @@ - +