Skip to content

Instantly share code, notes, and snippets.

@PaulMorel
Created August 15, 2020 13:28
Show Gist options
  • Save PaulMorel/1716fa1fbf41aea59a62371c161e2f7e to your computer and use it in GitHub Desktop.
Save PaulMorel/1716fa1fbf41aea59a62371c161e2f7e to your computer and use it in GitHub Desktop.
Extend example
const defaultTheme = require("tailwindcss/defaultTheme");
module.exports = {
theme: {
// ...
},
extend: {
minWidth: (theme) => ({
...theme('spacing')
}),
}
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment