Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created April 29, 2020 17:44
Show Gist options
  • Save leemcalilly/f3519888f3adb5a7f33cce26cc11baf4 to your computer and use it in GitHub Desktop.
Save leemcalilly/f3519888f3adb5a7f33cce26cc11baf4 to your computer and use it in GitHub Desktop.

Revisions

  1. leemcalilly created this gist Apr 29, 2020.
    27 changes: 27 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    // 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: {
    }
    }