Skip to content

Instantly share code, notes, and snippets.

import type { Config } from 'tailwindcss'
const config: Config = {
content: [
'./src/pages/**/*.{js,ts,jsx,tsx,mdx}',
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
'./src/app/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {
@local-interloper
local-interloper / globals.css
Created June 12, 2023 15:51
An oldschool VGUI color scheme for Tailwind
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
margin: 0;
}
@layer base {