Created
August 4, 2022 06:47
-
-
Save allusis/0ac2f2af4b2f99f1dc160abced8727a3 to your computer and use it in GitHub Desktop.
Sample Mixin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mixin input(id,name,required) | |
if required == true | |
# required input & label | |
else | |
# non-required input & label |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment