Skip to content

Instantly share code, notes, and snippets.

View ierdss's full-sized avatar
πŸš€
Working on ThiccAS UI

Andrei Sager ierdss

πŸš€
Working on ThiccAS UI
  • Mandaluyong, Philippines
View GitHub Profile
@edonyzpc
edonyzpc / callout.css
Created February 5, 2023 07:57
obsidian quick callout
/* css code snippet from https://github.com/ceciliamay/obsidianmd-theme-primary */
/*──────────────────────────────────── Callouts ────────────────────────────────────*/
:root,body {
/* Obsidian Defaults */
--border-width: 1px;
--scale-0-0: 0px;
/* Multiples of 2 */
--scale-2-1: 2px;
--scale-2-2: 4px;
--scale-2-3: 6px;
@Zekfad
Zekfad / conventional-commits.md
Last active June 20, 2025 00:56
Conventional Commits Cheatsheet

Quick examples

  • feat: new feature
  • fix(scope): bug in scope
  • feat!: breaking change / feat(scope)!: rework API
  • chore(deps): update dependencies

Commit types

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • chore: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, libraries
@bmaupin
bmaupin / free-database-hosting.md
Last active June 18, 2025 17:12
Free database hosting
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 21, 2025 07:32
Conventional Commits Cheatsheet
@whizark
whizark / sass-naming-convention.md
Last active April 25, 2023 13:55
Sass Naming Convention #sass #draft