Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created April 29, 2020 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemcalilly/f3519888f3adb5a7f33cce26cc11baf4 to your computer and use it in GitHub Desktop.
Save leemcalilly/f3519888f3adb5a7f33cce26cc11baf4 to your computer and use it in GitHub Desktop.
// Required inside postcss.config.js
module.exports = {
important: true,
theme: {
container: {
center: true,
padding: '0.75rem'
},
fontFamily: {
mono: [
'“Courier New”',
'Courier',
'“Lucida Sans Typewriter”',
'“Lucida Typewriter”',
'monospace',
]
},
extend: {
}
},
variants: {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment