diff --git a/src/index.js b/src/index.js index 3942434..b0b1d93 100644 --- a/src/index.js +++ b/src/index.js @@ -98,6 +98,15 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) { 'color-adjust': `exact`, }, }, + { + base: ['[dir="rtl"] select'], + class: ['.form-select'], + styles: { + 'background-position': `left ${spacing[2]} center`, + 'padding-left': spacing[10], + 'padding-right': spacing[3], + }, + }, { base: ['[multiple]'], class: null,