주 메뉴 열기

wwiki β

바뀜

Bootstrap

196 바이트 추가됨, 2023년 11월 30일 (목) 01:53
Available breakpoints
==== Available breakpoints ====
These breakpoints can be customized 이 breakpoints는 customized할 수 있다. if you’re using our source [[Bootstrap#Sass |Sass]] files.
{| class="wikitable"
!Breakpoint
|≥1400px
|}
scss/_variables.scss<syntaxhighlight lang="css">
$grid-breakpoints: (
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px,
xxl: 1400px
);
</syntaxhighlight>
==== Media queries ====
편집
2,431