Skip to content

Instantly share code, notes, and snippets.

View mralexho's full-sized avatar
💭
☕️

Alex Ho mralexho

💭
☕️
  • New York City Economic Development Corporation
  • New York
View GitHub Profile
@mralexho
mralexho / spacing.patch
Created July 7, 2021 20:42
adds responsive spacing to bulma
--- node_modules/bulma/sass/helpers/spacing.sass 1985-10-26 04:15:00.000000000 -0400
+++ patches/spacing.sass 2021-07-07 16:32:03.000000000 -0400
@@ -1,8 +1,8 @@
.is-marginless
- margin: 0 !important
+ margin: 0 !important
.is-paddingless
- padding: 0 !important
+ padding: 0 !important
#!/bin/bash
# Begin Standard 'imports'
set -e
set -o pipefail
gray="\\e[37m"
blue="\\e[36m"
red="\\e[31m"