mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
rebuilt css files, For some reason was having issues with the line endings, hopefully the editorconfig will fix it.
This commit is contained in:
parent
137d6bf55e
commit
7ce5b5c578
244 changed files with 6471 additions and 2306 deletions
|
@ -51,8 +51,7 @@ $breakpoints: map.deep-merge(
|
|||
(
|
||||
// Small (landscape phones)
|
||||
// Font size: 17px
|
||||
sm:
|
||||
(
|
||||
sm: (
|
||||
breakpoint: 576px,
|
||||
viewport: 510px,
|
||||
root-font-size: 106.25%,
|
||||
|
@ -60,8 +59,7 @@ $breakpoints: map.deep-merge(
|
|||
|
||||
// Medium (tablets)
|
||||
// Font size: 18px
|
||||
md:
|
||||
(
|
||||
md: (
|
||||
breakpoint: 768px,
|
||||
viewport: 700px,
|
||||
root-font-size: 112.5%,
|
||||
|
@ -69,8 +67,7 @@ $breakpoints: map.deep-merge(
|
|||
|
||||
// Large
|
||||
// Font size: 19px
|
||||
lg:
|
||||
(
|
||||
lg: (
|
||||
breakpoint: 1024px,
|
||||
viewport: 950px,
|
||||
root-font-size: 118.75%,
|
||||
|
@ -78,8 +75,7 @@ $breakpoints: map.deep-merge(
|
|||
|
||||
// Extra large
|
||||
// Font size: 20px
|
||||
xl:
|
||||
(
|
||||
xl: (
|
||||
breakpoint: 1280px,
|
||||
viewport: 1200px,
|
||||
root-font-size: 125%,
|
||||
|
@ -87,8 +83,7 @@ $breakpoints: map.deep-merge(
|
|||
|
||||
// Extra extra large
|
||||
// Font size: 21px
|
||||
xxl:
|
||||
(
|
||||
xxl: (
|
||||
breakpoint: 1536px,
|
||||
viewport: 1450px,
|
||||
root-font-size: 131.25%,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue