Overnap
Builds for 1 pipeline passed in 8 minutes 4 seconds

css 120짜리 spacing 추가

...@@ -2,7 +2,11 @@ module.exports = { ...@@ -2,7 +2,11 @@ module.exports = {
2 purge: [], 2 purge: [],
3 darkMode: false, // or 'media' or 'class' 3 darkMode: false, // or 'media' or 'class'
4 theme: { 4 theme: {
5 - extend: {}, 5 + extend: {
6 + spacing: {
7 + 120: '30rem',
8 + },
9 + },
6 }, 10 },
7 variants: { 11 variants: {
8 extend: { 12 extend: {
......