File tree Expand file tree Collapse file tree 9 files changed +42
-0
lines changed Expand file tree Collapse file tree 9 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env php
2+ <?php
3+
4+ // ...
Original file line number Diff line number Diff line change 1+ <twig:Button variant =" outline" >
2+
3+ </twig:Button >
Original file line number Diff line number Diff line change 1+ <button {{ attributes.without (' class' ) }}
2+ class =" {{ (' ' ~ attributes.render (' class' ))| tailwind_merge }}"
3+ >
4+ {% block content %}Button{% endblock %}
5+ </button >
Original file line number Diff line number Diff line change 1+ <div {{ attributes.without (' class' ) }}
2+ class =" {{ (' ' ~ attributes.render (' class' ))| tailwind_merge }}"
3+ >
4+ {% block content %}Button{% endblock %}
5+ </div >
Original file line number Diff line number Diff line change 1+ <button {{ attributes.without (' class' ) }}
2+ class =" {{ (' ' ~ attributes.render (' class' ))| tailwind_merge }}"
3+ >
4+ {% block content %}Button{% endblock %}
5+ </button >
Original file line number Diff line number Diff line change 1+ <div {{ attributes.without (' class' ) }}
2+ class =" {{ (' ' ~ attributes.render (' class' ))| tailwind_merge }}"
3+ >
4+ {% block content %}{% endblock %}
5+ </div >
Original file line number Diff line number Diff line change 1+ <nav {{ attributes.without (' class' ) }}
2+ class =" {{ (' ' ~ attributes.render (' class' ))| tailwind_merge }}"
3+ >
4+ {% block content %}{% endblock %}
5+ </nav >
Original file line number Diff line number Diff line change 1+ <table {{ attributes.without (' class' ) }}
2+ class =" {{ (' ' ~ attributes.render (' class' ))| tailwind_merge }}"
3+ >
4+ {% block content %}{% endblock %}
5+ </table >
Original file line number Diff line number Diff line change 1+ <tr {{ attributes.without (' class' ) }}
2+ class =" {{ (' ' ~ attributes.render (' class' ))| tailwind_merge }}"
3+ >
4+ {% block content %}Button{% endblock %}
5+ </tr >
You can’t perform that action at this time.
0 commit comments