Skip to content

Instantly share code, notes, and snippets.

@chatoo2412
chatoo2412 / chat.html
Last active April 18, 2018 06:05
Sass triangle arrow mixin.
<div id="chat" my-debug>
<div class="message">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc consectetur consequat ligula vel consectetur.
</div>
<div class="message">
Vivamus ut gravida sem, vel sodales nibh. Morbi mollis luctus nisl non volutpat.
</div>
<div class="message my-message">
@chatoo2412
chatoo2412 / _utils.scss
Last active July 23, 2017 12:31
Useful flexbox helpers
// Polyfill IE10 http://stackoverflow.com/a/22021384/2480917
@mixin flex($display: flex) {
display: $display;
> *,
&::before,
&::after {
display: block;
}
}
@chatoo2412
chatoo2412 / machine.js
Last active March 13, 2023 09:12
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions