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
sass:meta
There should be complete support for the sass:meta module. Some are done in #80, some improvements in #110 and #113.
load-css
meta.load_css
calc-args
calc-name
call
content-exists
feature-exists
function-exists
get-function
global-variable-exists
inspect
keywords
mixin-exists
module-functions
module-variables
type-of
variable-exists
Common problem:
The text was updated successfully, but these errors were encountered:
@use
No branches or pull requests
There should be complete support for the
sass:meta
module. Some are done in #80, some improvements in #110 and #113.load-css
(partial support done in Basic support formeta.load_css
. #131)calc-args
(done in Impementsass:meta
functionscalc-args
andcalc-name
#126)calc-name
(done in Impementsass:meta
functionscalc-args
andcalc-name
#126)call
content-exists
(minor problems with error reporting remains)feature-exists
(the function is correct, but not all expected features are implemented)function-exists
(a problem with functions available from multiple global modules remains)get-function
(a problem with functions available from multiple global modules remains)global-variable-exists
(a problem with variables available from multiple global modules remains)inspect
keywords
mixin-exists
(a problem with mixins available from multiple global modules remains)module-functions
module-variables
type-of
variable-exists
(a problem with functions available from multiple global modules remains)Common problem:
The text was updated successfully, but these errors were encountered: