@fastwork/xosmoz-css 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atomic.css +4 -4
- package/package.json +1 -1
package/dist/atomic.css
CHANGED
|
@@ -5432,19 +5432,19 @@
|
|
|
5432
5432
|
}
|
|
5433
5433
|
|
|
5434
5434
|
/* Text Align */
|
|
5435
|
-
.
|
|
5435
|
+
._tal-l {
|
|
5436
5436
|
text-align: left !important;
|
|
5437
5437
|
}
|
|
5438
5438
|
|
|
5439
|
-
.
|
|
5439
|
+
._tal-ct {
|
|
5440
5440
|
text-align: center !important;
|
|
5441
5441
|
}
|
|
5442
5442
|
|
|
5443
|
-
.
|
|
5443
|
+
._tal-r {
|
|
5444
5444
|
text-align: right !important;
|
|
5445
5445
|
}
|
|
5446
5446
|
|
|
5447
|
-
.
|
|
5447
|
+
._tal-jtf {
|
|
5448
5448
|
text-align: justify !important;
|
|
5449
5449
|
}
|
|
5450
5450
|
|