Open In App

How to print variable to the terminal in SASS ?

SASS has three methods of providing an output on the terminal or console of the user.

Note: The output may vary from implementation to implementation and compiler to compiler.



Note: You can pass any value to @debug, not just a string! It prints the same representation of that value as the meta.inspect() function.


Article Tags :