Skip to content

Commit

Permalink
[#147] WP Cols & Mobile Menu Breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Sep 30, 2024
1 parent 23efa7f commit 1a7323d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wp-content/themes/wp-starter/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @type {import('tailwindcss').Config} */
const defaultTheme = require('tailwindcss/defaultTheme');
const { remPair, rem } = require('@viget/tailwindcss-plugins/utilities/fns')

// Breakpoints and content widths for the site
Expand Down Expand Up @@ -120,6 +121,11 @@ module.exports = {
...remPair(112),
...remPair(128),
},
screens: {
"wp-cols": "781px",
"mobile-menu": "900px",
...defaultTheme.screens,
},
},
},
plugins: [
Expand Down

0 comments on commit 1a7323d

Please sign in to comment.