From 47ccbb16dbb16e19260c202b838d9d8959262040 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Wed, 8 Jan 2025 15:31:43 +0000 Subject: [PATCH] Fix SCSS test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d02af4..8be5ff5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -314,7 +314,7 @@ jobs: # Create test files for Prettier echo " const foo = 'bar';; const a=foo ;console.log( a) " > tests/test.js echo " * { color : red;text-decoration:underline} " > tests/test.css - echo " $colour : red; * { color : $colour;text-decoration:underline} " > tests/test.scss + echo " $colour : #ff0000; * { color : $colour;text-decoration:underline} " > tests/test.scss echo " { 'foo' : 'bar'} " > tests/test.json # Create test files for Python