We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 264877a + 0a9dcd8 commit 2ebed2cCopy full SHA for 2ebed2c
src/validate-text.ts
@@ -88,6 +88,7 @@ async function validateText(textToBeValidated: string, options?: ValidateTextOpt
88
usermedium: options?.medium ?? 'all',
89
warning: options?.warningLevel ? options.warningLevel - 1 : 'no',
90
output: 'application/json',
91
+ profile: 'css3',
92
};
93
94
const url = `https://jigsaw.w3.org/css-validator/validator?${Object.entries(params)
0 commit comments