Skip to content

Instantly share code, notes, and snippets.

@rgabrielbr
rgabrielbr / _variables.scss
Last active August 29, 2025 14:27
Custom bootstrap
$white: #f9fafb;
$gray-100: #f3f4f6;
$gray-200: #e5e7eb;
$gray-300: #d1d5db;
$gray-400: #9ca3af;
$gray-500: #6b7280;
$gray-600: #4b5563;
$gray-700: #374151;
$gray-800: #1f2937;
$gray-900: #111827;