Agile育成ブログ
未来を変える喜びを
tailwindcss

Tailwindcssチートシート解説(Customization)


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490

Configuration

tailwind.config.jsファイルの作成

tailwindcssnpmパッケージ

npx tailwindcss init
// tailwind.config.js
module.exports = {
  future: {},
  purge: [],
  theme: {
    extend: {},
  },
  variants: {},
  plugins: [],
}

Just-in-Time Mode

Theme Configuration

Breakpoints

Customizing Colors

Customizing Spacing

Configuring Variants

Plugins

Presets

You cannot copy content of this page