You've already forked wp-bootstrap
v0.3.0 - Polish: accessibility, security, performance, RTL, French translation
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
11
src/scss/rtl.scss
Normal file
11
src/scss/rtl.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
/*!
|
||||
* WP Bootstrap Theme - RTL Overrides
|
||||
* Right-to-left language support
|
||||
*/
|
||||
|
||||
// Blockquote accent border (LTR uses border-left, RTL needs border-right)
|
||||
.is-style-blockquote-accent {
|
||||
border-left: none;
|
||||
border-right: 4px solid var(--wp--preset--color--primary);
|
||||
border-radius: 0.375rem 0 0 0.375rem;
|
||||
}
|
||||
Reference in New Issue
Block a user