Skip to content

Instantly share code, notes, and snippets.

View juanmanunez's full-sized avatar

juanmanunez juanmanunez

View GitHub Profile
@Klerith
Klerith / instalaciones-angular.md
Last active January 8, 2026 16:45
Instalaciones necesarias y recomendadas - Curso de Angular de cero a experto
@benfurfie
benfurfie / tailwind.config.js
Created July 17, 2019 20:27
Tailwind Default Config
module.exports = {
prefix: '',
important: false,
separator: ':',
theme: {
screens: {
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',