Skip to content

Instantly share code, notes, and snippets.

View hyper-dot's full-sized avatar
💭
Happy Coding

Roshan Paudel hyper-dot

💭
Happy Coding
View GitHub Profile
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ["class"],
content: [
"./pages/**/*.{ts,tsx}",
"./components/**/*.{ts,tsx}",
"./app/**/*.{ts,tsx}",
"./src/**/*.{ts,tsx}",
"./node_modules/@tremor/**/*.{js,ts,jsx,tsx}", // Tremor module
],
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--background: #fff;
--foreground: 0, 0%, 40%;
--card: 0 0% 100%;
export const data: any = {
name: '',
email: '',
phone: '',
passportNo: '',
city: 'Hetauda',
dob: '24 Apr, 2002',
lookingFor: 'Undergraduate',
nationality: 'Nepalese',
higestEducation: 'Nepalese',