We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From https://github.com/freeCodeCamp/curriculum-helpers/blob/main/lib/__tests__/css-helper.test.ts
I have resorted to consulting the test file to find out which methods to use, most of these don't have documentation:
getStyle
getStyleAny
isPropertyUsed
isDeclaredAfter
getPropertyValue
getCSSRules
getRuleListsWithinMedia
selectorsFromSelector
There are some docs in the curriculum-helpers repo, but all documentation should go in https://github.com/freeCodeCamp/contribute
The text was updated successfully, but these errors were encountered:
The .getPropertyValue method is explained in the regular MDN Docs. Do I need to add some additional documentation about it on our pages?
.getPropertyValue
Sorry, something went wrong.
@a2937 I guess only mention that it is a native method that can be used on the output of getStyle
a2937
Successfully merging a pull request may close this issue.
From https://github.com/freeCodeCamp/curriculum-helpers/blob/main/lib/__tests__/css-helper.test.ts
I have resorted to consulting the test file to find out which methods to use, most of these don't have documentation:
getStyle
getStyleAny
isPropertyUsed
isDeclaredAfter
getPropertyValue
getCSSRules
getRuleListsWithinMedia
selectorsFromSelector
There are some docs in the curriculum-helpers repo, but all documentation should go in https://github.com/freeCodeCamp/contribute
The text was updated successfully, but these errors were encountered: