Skip to content

Commit

Permalink
Merge pull request #28 from sparksuite/css3
Browse files Browse the repository at this point in the history
Change the profile to CSS3
  • Loading branch information
WesCossick authored Feb 24, 2021
2 parents 264877a + 0a9dcd8 commit 2ebed2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validate-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ async function validateText(textToBeValidated: string, options?: ValidateTextOpt
usermedium: options?.medium ?? 'all',
warning: options?.warningLevel ? options.warningLevel - 1 : 'no',
output: 'application/json',
profile: 'css3',
};

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

0 comments on commit 2ebed2c

Please sign in to comment.