A Pen by not important on CodePen.
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
| <canvas id="canvas" width="500" height="500"></canvas> |
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
| <canvas id="canvas" width="500" height="500"></canvas> | |
| <ul> | |
| <li>move the mouse around the field to generate flow fields leading to that point</li> | |
| <li>the system is optimized by breaking the map into many smaller sectors to generate the flow fields then stitching them together</li> | |
| </ul> |
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
| <canvas id="canvas" width="400" height="400"></canvas> | |
| <ul> | |
| <li>move the mouse around the field to generate flow fields leading to that point</li> | |
| <li>the system is optimized by breaking the map into many smaller sectors to generate the flow fields then stitching them together</li> | |
| </ul> |
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
| $btn-ghost-border-width: 2px; | |
| $widget-border-width: 1px; | |
| $box-radius: 8px; | |
| $control-radius: 4px; | |
| /* begin colors */ | |
| $gray-dark: #373a3c; | |
| $gray: #55595c; | |
| $gray-light: #818a91; | |
| $gray-lighter: #eceeef; |
A Pen by not important on CodePen.
A Pen by not important on CodePen.
A Pen by not important on CodePen.
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
| #! /bin/bash | |
| echo '' > inuit.scss | |
| url="https://raw.githubusercontent.com" | |
| for i in $(cat query.txt); do | |
| content="$(curl -s "$url/$i")" | |
| echo "$content" >> inuit.scss | |
| done |
this is some inuitcss code, not latest version though
github.com/inuitcss/settings.defaults/master/_settings.defaults.scss github.com/inuitcss/settings.responsive/master/_settings.responsive.scss github.com/inuitcss/tools.functions/master/_tools.functions.scss github.com/inuitcss/tools.mixins/master/_tools.mixins.scss github.com/inuitcss/tools.responsive/master/_tools.responsive.scss github.com/inuitcss/tools.widths/master/_tools.widths.scss