UNPKG
responsivewebframework
Version:
latest (2.0.0)
2.0.0
Jalasoft Foundation Front End Framework ========================================
responsivewebframework
/
src
/
less
/
alignment.less
13 lines
(10 loc)
•
160 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// Alignments
.text-right
{
text-align
: right
!important
; }
.text-center
{
text-align
: center
!important
; }
.text-left
{
text-align
: left
!important
; }