Skip to content

Instantly share code, notes, and snippets.

View RitikRajput696's full-sized avatar
🏠
Hire me.🥺

Ritik Rajput RitikRajput696

🏠
Hire me.🥺
View GitHub Profile
@bmaupin
bmaupin / free-database-hosting.md
Last active November 5, 2025 14:00
Free database hosting
@AdamMarsden
AdamMarsden / sassas.md
Last active August 11, 2025 12:26
Sass Architecture Structure

Sass Architecture Structure

sass/
|
|– base/
|   |– _reset.scss       # Reset/normalize
|   |– _typography.scss  # Typography rules
|   ...                  # Etc…
|