Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.03 KB

Tailwind + Next.js: CORE Code School

See the demo here: https://tailwind-react-demo.app.faable.com/

How to run this repo

In a terminal, install the dependencies and run the dev server with the following commands:

  • npm install
  • npm run dev

Twin.macro

Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, stitches and goober) at build time.

Tailwind Configuration

This command creates tailwind configuration file tailwind.config.js:

# cd into your project folder then:
npx tailwindcss-cli@latest init --full

Next emotion

twin.macro with Tailwind vscode extension