UNPKG
basscss-addons
Version:
beta (1.0.0-beta2)
latest (1.0.0)
1.0.0
1.0.0-beta4
1.0.0-beta3
1.0.0-beta2
1.0.0-beta1
Optional modules to extend Basscss
basscss-addons
/
modules
/
responsive-typography
/
index.css
12 lines
(7 loc)
•
280 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* Basscss Responsive Typography */
@import
"./lib/sm-typography"
;
@import
"./lib/md-typography"
;
@import
"./lib/lg-typography"
;
@custom-media
--breakpoint-sm (
min-width
:
40em
);
@custom-media
--breakpoint-md (
min-width
:
52em
);
@custom-media
--breakpoint-lg (
min-width
:
64em
);