Skip to content

Instantly share code, notes, and snippets.

@evdama
Created July 14, 2019 02:30
Show Gist options
  • Select an option

  • Save evdama/2c2a9eb995cb81cf254d90563f1edf96 to your computer and use it in GitHub Desktop.

Select an option

Save evdama/2c2a9eb995cb81cf254d90563f1edf96 to your computer and use it in GitHub Desktop.
standard tw config inside root folder... change as desired
const colors = {
'primary-blue': '#0e2730'
};
module.exports = {
theme: {
container: {
center: true,
padding: '2rem',
},
extend: {
colors
}
},
variants: {},
plugins: []
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment