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
/
lib
/
sm-typography.css
8 lines
(6 loc)
•
196 B
CSS
View Raw
1
2
3
4
5
6
7
8
@media
(--breakpoint-sm) {
.sm-left-align
{
text-align
: left }
.sm-center
{
text-align
: center }
.sm-right-align
{
text-align
: right }
.sm-justify
{
text-align
: justify } }