Skip to content

Preset for Tailwind CSS with Fugo theme

Notifications You must be signed in to change notification settings

OutOfAxis/tailwind-fugo-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fugo Tailwind Preset

Usage:

// tailwind.config.js

const fugoPreset = require("@outofaxis/tailwind-fugo-preset");

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.{html,js,ts,tsx}"],
  presets: [fugoPreset],
};

About

Preset for Tailwind CSS with Fugo theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published