1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

Fix various small typos in documentation (#36762)

This commit is contained in:
Marc Wrobel
2022-07-18 09:30:35 +02:00
committed by Mark Otto
parent 705d6857ad
commit eae51cdf32
12 changed files with 15 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ We maintain the list of browsers supported through Autoprefixer in a separate fi
## RTLCSS
Bootstrap uses [RTLCSS](https://rtlcss.com/) to process compiled CSS and convert them to RTL basically replacing horizontal direction aware properties (eg. `padding-left`) with their opposite. It allows us only write our CSS a single time and make minor tweaks using RTLCSS [control](https://rtlcss.com/learn/usage-guide/control-directives/) and [value](https://rtlcss.com/learn/usage-guide/value-directives/) directives.
Bootstrap uses [RTLCSS](https://rtlcss.com/) to process compiled CSS and convert them to RTL basically replacing horizontal direction aware properties (e.g. `padding-left`) with their opposite. It allows us only write our CSS a single time and make minor tweaks using RTLCSS [control](https://rtlcss.com/learn/usage-guide/control-directives/) and [value](https://rtlcss.com/learn/usage-guide/value-directives/) directives.
## Local documentation