We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650f254 commit 66aafecCopy full SHA for 66aafec
lib/web/css/source/lib/_utilities.less
@@ -485,6 +485,32 @@
485
column-count: @_value;
486
}
487
488
+.lib-flex-center() {
489
+ align-items: center;
490
+ display: flex;
491
+}
492
+
493
+.lib-flex-center-center() {
494
+ .lib-flex-center();
495
+ justify-content: center;
496
497
498
+.lib-flex-wrap() {
499
500
+ flex-wrap: wrap;
501
502
503
+.lib-flex-center-wrap() {
504
505
506
507
508
+.lib-content-flex() {
509
+ .lib-flex-wrap ();
510
511
+ justify-content: space-between;
512
513
514
//
515
// Pointer for popups or dropdowns
516
// ---------------------------------------------
0 commit comments