I saw the "@mixin directive" and "@import directive" being referred to in articles about Sass, but I'm not clear on what a directive is.
In th context of computer programming, Wikipedia defines it as follows:
a directive or pragma (from "pragmatic") is a language construct that specifies how a compiler (or other translator) should process its input
Is this what a "directive" also means in the case of the examples I referenced?