Skip to content

CSS: layout

.--display-flex — ցուցադրման և տեքստի դասավորման օգտակար դասեր — .--display-<value> և .--text-align-<value> — որպես կոմպոզիտիվ, գլոբալ դասեր, որոնք կարելի է օգտագործել մաքուր կամ շղթայաբար ցանկացած կոմպոնենտի վրա.

Source: index.ts

Օգտագործում

css
@import "@pantoken/components/utilities.css";

Օրինակներ

html
<div class="--display-flex --text-align-center">
  <span>One</span>
  <span>Two</span>
</div>

Մոդիֆիկատորներ

ՄոդիֆիկատորՆկարագիր
.--display-flexՍահմանում է display: flex.
.--display-*Ցուցադրման օգտակար դասեր՝ block, inline-block, inline, flex, inline-flex և none.
.--text-align-*Տեքստի դասավորման օգտակար դասեր՝ start, center, end և justify.