Skip to content

Commit

Permalink
change tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeda1729 committed Feb 3, 2022
1 parent 440e105 commit 1f3da29
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 561 deletions.
4 changes: 4 additions & 0 deletions src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,7 @@
}
}

@include hs-utils.color-utils();
@include hs-utils.shape-utils();
@include hs-utils.typography-utils();
@include hs-utils.layout-utils();
19 changes: 10 additions & 9 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ module.exports = {
medium: '630px',
large: '890px'
},
colors: {},
borderRadius: {},
padding: {},
margin: {},
spacing: {},
fontFamily: {},
fontSize: {},
fontWeight: {},
lineHeight: {},
// colors: {},
// borderRadius: {},
// padding: {},
// margin: {},
// spacing: {},
// fontFamily: {},
// fontSize: {},
// fontWeight: {},
// lineHeight: {},
extend: {},
},
plugins: [],
presets: [require('@devprotocol/hashi/tailwind.js')],
}
Loading

0 comments on commit 1f3da29

Please sign in to comment.