Following @ilicmarko's comment, here's my spacing.scss file…
(see spacing.scss)
…which generates the following spacing utility classes…
(see spacing.css)
| <!doctype html> | |
| <!-- This is just a very slightly modified tracking.js demo: https://trackingjs.com/examples/face_camera.html --> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/tracking.js/1.1.3/tracking-min.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/tracking.js/1.1.3/data/face-min.js"></script> | |
| <style> | |
| video, canvas { | |
| margin-left: 100px; |
Following @ilicmarko's comment, here's my spacing.scss file…
(see spacing.scss)
…which generates the following spacing utility classes…
(see spacing.css)