Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 1f3da29

Browse files
committed
change tailwind config
1 parent 440e105 commit 1f3da29

File tree

3 files changed

+519
-561
lines changed

3 files changed

+519
-561
lines changed

src/scss/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@
101101
}
102102
}
103103

104+
@include hs-utils.color-utils();
105+
@include hs-utils.shape-utils();
106+
@include hs-utils.typography-utils();
107+
@include hs-utils.layout-utils();

tailwind.config.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ module.exports = {
66
medium: '630px',
77
large: '890px'
88
},
9-
colors: {},
10-
borderRadius: {},
11-
padding: {},
12-
margin: {},
13-
spacing: {},
14-
fontFamily: {},
15-
fontSize: {},
16-
fontWeight: {},
17-
lineHeight: {},
9+
// colors: {},
10+
// borderRadius: {},
11+
// padding: {},
12+
// margin: {},
13+
// spacing: {},
14+
// fontFamily: {},
15+
// fontSize: {},
16+
// fontWeight: {},
17+
// lineHeight: {},
1818
extend: {},
1919
},
2020
plugins: [],
21+
presets: [require('@devprotocol/hashi/tailwind.js')],
2122
}

0 commit comments

Comments
 (0)