Skip to content

Instantly share code, notes, and snippets.

View brodysmith1's full-sized avatar

Brody Smith brodysmith1

View GitHub Profile
@notnotrobby
notnotrobby / cgp.md
Last active May 30, 2025 12:49
List of free resources to study computer graphics programming.
@bobmurdoch
bobmurdoch / tailwind_color_variables.scss
Created October 8, 2018 20:26
Tailwind CSS colors as Sass variables
$black: #22292f;
$grey-darkest: #3d4852;
$grey-darker: #606f7b;
$grey-dark: #8795a1;
$grey: #b8c2cc;
$grey-light: #dae1e7;
$grey-lighter: #f1f5f8;
$grey-lightest: #f8fafc;
$white: #fff;
$red-darkest : #3b0d0c;
@marijn
marijn / README.markdown
Last active May 22, 2025 23:03
List of countries in YAML, CSV and TXT format