Skip to content

Commit 2ebed2c

Browse files
authored
Merge pull request #28 from sparksuite/css3
Change the profile to CSS3
2 parents 264877a + 0a9dcd8 commit 2ebed2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/validate-text.ts

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ async function validateText(textToBeValidated: string, options?: ValidateTextOpt
8888
usermedium: options?.medium ?? 'all',
8989
warning: options?.warningLevel ? options.warningLevel - 1 : 'no',
9090
output: 'application/json',
91+
profile: 'css3',
9192
};
9293

9394
const url = `https://jigsaw.w3.org/css-validator/validator?${Object.entries(params)

0 commit comments

Comments
 (0)