Search
 
SCRIPT & CODE EXAMPLE
 

CSS

talwind css

const defaultThemes = require("tailwindcss/defaultTheme");
module.exports = {
  mode: "jit",
  purge: ["./src/**/*.{js,jsx,ts,tsx}"],
  theme: {
    extend: {
      fontFamily: {
        primary: ["'Lobster', cursive", ...defaultThemes.fontFamily.sans],
      },
    },
  },
  plugins: [],
};
Comment

PREVIOUS NEXT
Code Example
Css :: p::after p::before css 
Css :: tailwind simle navbar" 
Css :: overflow scroll not working in columns 
Css :: hover to slightly up div 
Css :: french bakery northgate 
Css :: .sidebar { --offset: 2rem; flex-grow: 1; flex-basis: 300px; align-self: start; position: sticky; top: var(--offset); } 
Css :: sass dummy folder site download 
Css :: microwave 
Css :: button two lines on ipad 
Css :: what is css selector 
Css :: placeholder color default 
Css :: input type search in css 
Css :: where to put media query 
Css :: Do not use empty rulesetscss(emptyRules) 
Typescript :: req.user typescript 
Typescript :: organize imports on save vscode 
Typescript :: input event typescript 
Typescript :: how to check open ports mac 
Typescript :: drop table if it exists mysql 
Typescript :: angular 8 ts refresh page 
Typescript :: add column if not exists postgresql 
Typescript :: err_too_many_redirects wordpress 
Typescript :: react-scripts 
Typescript :: setstate typescript type 
Typescript :: Redirects in Odoo Website 
Typescript :: are loop increments private in openmp 
Typescript :: key value pairs typescript 
Typescript :: == restfulapi: Booting VM... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. 
Typescript :: print consonants python 
Typescript :: "send" and "transfer" are only available for objects of type "address payable", not "address". 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =