UNPKG

@adamsy/bhai-lang

Version:

<h1 align="center">Bhai Lang</h1> <p align="center"> <a href="https://lgtm.com/projects/g/DulLabs/bhai-lang/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/DulLabs/bhai-lang.svg?logo=lgtm&logoWidth=18"/></a> <a href="https://lgt

24 lines (23 loc) 451 B
module.exports = { content: [ "./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", ], theme: { extend: { colors: { "bhagwa": { 700: "#ff421a", 600: "#FF5733", 500: "#ff9680", 400: "#ffc0b3", 300: "#ffeae5", }, "background": "#121121", "editorBackground": "#333", } }, }, plugins: [ require('@tailwindcss/typography'), ], }