mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 17:32:41 +02:00
feat(RTL): implement RTL
Using RTLCSS directives, renaming things to use logical names and following best practices.
This commit is contained in:
12
scss/bootstrap-grid.scss
vendored
12
scss/bootstrap-grid.scss
vendored
@@ -42,23 +42,23 @@ $utilities: map-get-multiple(
|
||||
"margin-x",
|
||||
"margin-y",
|
||||
"margin-top",
|
||||
"margin-right",
|
||||
"margin-end",
|
||||
"margin-bottom",
|
||||
"margin-left",
|
||||
"margin-start",
|
||||
"negative-margin",
|
||||
"negative-margin-x",
|
||||
"negative-margin-y",
|
||||
"negative-margin-top",
|
||||
"negative-margin-right",
|
||||
"negative-margin-end",
|
||||
"negative-margin-bottom",
|
||||
"negative-margin-left",
|
||||
"negative-margin-start",
|
||||
"padding",
|
||||
"padding-x",
|
||||
"padding-y",
|
||||
"padding-top",
|
||||
"padding-right",
|
||||
"padding-end",
|
||||
"padding-bottom",
|
||||
"padding-left",
|
||||
"padding-start",
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user