UNPKG
@crossed/theme
Version:
beta (1.0.1-beta.2)
latest (3.1.2)
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.22
2.0.0-beta.21
2.0.0-beta.20
2.0.0-beta.19
2.0.0-beta.18
2.0.0-beta.17
2.0.0-beta.16
2.0.0-beta.15
2.0.0-beta.14
1.1.0-beta.13
1.1.0-beta.12
1.1.0-beta.11
1.1.0-beta.10
1.1.0-beta.9
1.1.0-beta.8
1.1.0-beta.7
1.1.0-beta.6
1.1.0-beta.5
1.0.1-beta.4
1.0.1-beta.3
1.0.1-beta.2
unicons
@crossed/theme
/
src
/
breakpoints.ts
15 lines
(13 loc)
•
258 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */
export
const
breakpoints = { xs:
0
, sm:
576
, md:
768
, lg:
992
, xl:
1200
, } as
const
;