
Spaghetti code, It's what's for dinner.
React/Next.js Developer
-
Broken Mold Labs
- Panama City, FL
-
03:15
(UTC -05:00) - https://brokenmold.dev
- @brokenmoldlabs
Block or Report
Block or report brokenmold
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
// ** Smoothing **
2* {
3-webkit-font-smoothing: antialiased;
4-moz-osx-font-smoothing: grayscale;
5}
-
1
*** Removes most recent unpushed env commit & adds env to gitignore ***
23echo '.env' >> .gitignore
4git rm -r --cached .env
5git add .gitignore