CSS breakpoints used by popular CSS frameworks

When using a CSS framework it often doesn’t matter what devices people use. These frameworks come with their own set of CSS breakpoints with components that work well with those breakpoints.

Instead of configuring Polypane to show devices, you can configure it to show the breakpoints supported by the frameworks.

Polypane comes with workspace presets for Bootstrap v4MaterializeBulma and Tailwind CSS. Adding other ones is as easy as downloading and importing a workspace file.

Breakpoints for each CSS Framework

If you’re using Polypane, You can create panes from the exact breakpoints and get the complete overview in a single browser, something that no other browser can do. Which breakpoints are used by each CSS framework? Find the lists below.

 Bootstrap v4

  • xs
  • sm578px
  • md768px
  • lg992px
  • xl1200px

Built into Polypane

NameDescriptionMinimum width
xsExtra small devices (portrait phones)none
smSmall devices (landscape phones)576px
mdMedium devices (tablet)768px
lgLarge devices (desktops)992px
xlExtra large devices (large desktops)1200px

Find more information in the Bootstrap documentation

 Bootstrap v5

  • sm576px
  • md768px
  • lg992px
  • xl1200px
  • xxl1400px

Download workspace file for Bootstrap v5

NameDescriptionMinimum width
X-Smallnone
smSmall576px
mdMedium768px
lgLarge992px
xlExtra large1200px
xxlExtra extra large1400px

Find more information in the Bootstrap v5 documentation

 Bulma

  • mobile
  • tablet769px
  • desktop1024px
  • widescreen1216px
  • fullhd1408px

Built into Polypane

NameMinimum width
mobilenone
tablet769px
desktop1024px
widescreen1216px
fullhd1408px

Find more information in the Bulma documentation

 Foundation

  • Small
  • Medium640px
  • Large1024px
  • Xlarge1200px
  • Xxlarge1440px

Download workspace file for Foundation

NameMinimum width
Smallnone
Medium640px
Large1024px
Xlarge (optional)1200px
Xxlarge (optional)1440px

Find more information in the Foundation documentation

 Ionic

  • xs
  • sm576px
  • md768px
  • lg992px
  • xl1200px

Download workspace file for Ionic

NameMinimum width
xsnone
sm576px
md768px
lg992px
xl1200px

Find more information in the Ionic documentation

 Material UI

  • xs
  • sm600px
  • md960px
  • lg1280px
  • xl1920px

Built into Polypane

NameMinimum width
xsnone
sm600px
md960px
lg1280px
xl1920px

Find more information in the Material UI documentation

 Materialize

  • s
  • m600px
  • l992px
  • xl1200px

Download workspace file for Materialize

NameMinimum width
snone
m600px
l992px
xl1200px

Find more information in the Materialize documentation

 Semantic UI

  • mobile
  • tablet768px
  • small monitor992px
  • large monitor1200px

Download workspace file for Semantic UI

NameMinimum width
mobilenone
tablet768px
small monitor992px
large monitor1200px

Find more information in the Semantic UI documentation

 Skeleton

  • Mobile440px
  • Phablet550px
  • Tablet750px
  • Desktop1000px
  • Desktop HD1200px

Download workspace file for Skeleton

NameMinimum width
Mobile440px
Phablet550px
Tablet750px
Desktop1000px
Desktop HD1200px

Find more information in the Skeleton documentation

 Tailwind CSS

  • sm640px
  • md768px
  • lg1024px
  • xl1280px

Built into Polypane

NameMinimum width
sm640px
md768px
lg1024px
xl1280px

Find more information in the Tailwind CSS documentation

 UIKit

  • s640px
  • m960px
  • l1200px
  • xl1600px

Download workspace file for UIKit

NameMinimum width
s640px
m960px
l1200px
xl1600px

Find more information in the UIKit documentation

Increasing your productivity as a web developer

Using a CSS framework is one of the 8 ways to increase your productivity as a web developer. Check out the other 7 ways to improve your productivity!

Ground rules for responsive design

Though CSS frameworks help you with a lot of choices, building a solid responsive design still requires you to pay attention to other parts of your page and design. Read about the ground rules for responsive design to created solid responsive websites.