Skip to content
New issue

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

Support the sass:meta module #129

Open
15 of 17 tasks
Tracked by #3
kaj opened this issue Mar 5, 2022 · 0 comments
Open
15 of 17 tasks
Tracked by #3

Support the sass:meta module #129

kaj opened this issue Mar 5, 2022 · 0 comments

Comments

@kaj
Copy link
Owner

kaj commented Mar 5, 2022

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 for meta.load_css. #131)
  • calc-args (done in Impement sass:meta functions calc-args and calc-name #126)
  • calc-name (done in Impement sass:meta functions calc-args and calc-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:

  • Handle things that exists globally from multiple modules.
@kaj kaj mentioned this issue Aug 2, 2022
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant