Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
wip-ah
Browse files Browse the repository at this point in the history
  • Loading branch information
Irsyad A. Panjaitan committed Feb 23, 2021
1 parent c1e1e4c commit 538f17b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions stubs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ module.exports = {
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
container: {
center: true,
padding: '1rem',
},

colors: {
gray: colors.coolGray,
cyan: colors.cyan,
lime: colors.lime,
blue: colors.blue,
green: colors.emerald,
},
Expand Down

0 comments on commit 538f17b

Please sign in to comment.