(omitted for brevity)
-
Typical for function's return value to "fall off the end of the function"
-
Tests marked with #[test] attribute
// | |
// ColorsRadix.swift | |
// BeatBuffer | |
// | |
// Created by Ben Vogt on 6/26/23. | |
// | |
import Foundation | |
// Dark colors roughly pulled from radix. Minor adjustments for case uniqueness. |
*, | |
*::before, | |
*::after { | |
box-sizing: border-box; | |
} | |
:root { | |
-moz-tab-size: 4; | |
-o-tab-size: 4; | |
tab-size: 4; |