Created
April 29, 2020 17:44
-
-
Save leemcalilly/f3519888f3adb5a7f33cce26cc11baf4 to your computer and use it in GitHub Desktop.
Revisions
-
leemcalilly created this gist
Apr 29, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: { } }