Created
August 12, 2022 00:42
-
-
Save shoveller/9c95c95db1c5e4881759f522bd5da3b5 to your computer and use it in GitHub Desktop.
CSS Grid Overlay - settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"columns": 4, | |
"margins": 24, | |
"gutters": 8, | |
"from": 320, | |
"to": 599 | |
}, | |
{ | |
"columns": 8, | |
"margins": 32, | |
"gutters": 18, | |
"from": 600, | |
"to": 1135 | |
}, | |
{ | |
"columns": 12, | |
"margins": 64, | |
"gutters": 18, | |
"from": 1136 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
이듬의 디자인 시스템 오프라인 클래스에서 사용하는 그리드 시스템 을 크롬의 CSS Grid Overlay 플러그인 과 통합하는 preset 입니다.