Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to have Sass Mixin with arguments that are not dependent on their order and without using named arguments. The use of named arguments is the only way to ensure that the arguments are passed to the Mixin correctly, regardless of their order. Without named arguments, the order of the arguments would be crucial, and any mistake in the order could result in errors or unexpected results. Therefore, it is recommended to use named arguments whenever possible for better readability and maintainability of the code.