![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
bootstrap-rtl-ondemand
Advanced tools
Right-to-left (RTL) theme for Twitter Bootstrap 3.x activated with html dir="rtl" attribute on-the-fly.
This is a fork of morteza's bootstrap-rtl theme. Contrary to the original, it doesn't override the default LTR direction and enforce RTL direction by default. It relies on <html dir="ltr|rtl">
attribute and enables RTL direction only when dir="rtl"
is set.
Bootstrap RTL provides simple yet robust right-to-left capability for Bootstrap 3, by employing new theming feature of it. Simply put its CSS after bootstrap's original CSS, to the pages designed by Bootstrap 3. It works just like an extension on top of the original Bootstrap:
<!-- Original Bootstrap 3.x -->
<link rel="stylesheet" href="bootstrap.css">
<!-- Bootstrap RTL Theme -->
<link rel="stylesheet" href="bootstrap-rtl.css">
It's just like Bootstrap 3, nothing special. You can install it via bower:
bower install bootstrap-rtl-ondemand
and latest version will be installed under bower_components/bootstrap-rtl/ directory.In addition to bootstrap distribution, LESS codes for RTL theme and compiled CSS (bootstrap-rtl.css
) are provided, as well as minified CSS (bootstrap-rtl.min.css
). Check dist/
directory for all the codes you need.
.flip
)To automatically flip placements from right to left and vice versa (in bilingual pages), use .flip
alongside .pull-right
and .pull-left
. This is a custom class and is not available in the original Bootstrap 3.
Bootstrap RTL uses Grunt for working with the framework. Follow these simple steps to prepare and compile:
npm install
to download and prepare dependencies.grunt
, and check dist/
directory for outputs.Morteza Ansarinia
Michał Jastrzębowski
FAQs
Right-to-left (RTL) theme for Twitter Bootstrap 3.x activated with html dir="rtl" attribute on-the-fly.
The npm package bootstrap-rtl-ondemand receives a total of 0 weekly downloads. As such, bootstrap-rtl-ondemand popularity was classified as not popular.
We found that bootstrap-rtl-ondemand demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.