mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #3830
This commit is contained in:
@@ -71,13 +71,9 @@ site.data.meta.version }}/css/bulma-rtl.min.css";{% endhighlight %}
|
||||
item_b=jsdelivr_b
|
||||
%}
|
||||
|
||||
<p class="block">The <strong>RTL version</strong> is also available:</p>
|
||||
|
||||
{%
|
||||
include docs/components/tabs.html
|
||||
button_a="CSS @import" button_b="HTML <link />" item_a=jsdelivr_rtl_a
|
||||
item_b=jsdelivr_rtl_b
|
||||
%}
|
||||
<p class="block">
|
||||
Since the release of v1, the main version also works in <strong>RTL contexts</strong>, thanks to the use of <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values">logical properties</a>. As a result, no separate RTL version of Bulma is developed anymore.
|
||||
</p>
|
||||
|
||||
<p class="block">
|
||||
Bulma is also available via
|
||||
|
||||
Reference in New Issue
Block a user