1
0
Fork 0
mirror of synced 2025-04-07 19:12:05 +00:00
select2/src/scss
Kevin Brown 938993302f Fixed SASS error
This fixes the SASS error caused by the `&[dir="rtl"]` selector in
the `_single.scss` and `_multiple.scss` files. We were expecting
these files to be nested within the `.select-container` class, which
would have made this a non-error as the `&` would refer to the
`.select2-container` class that was wrapping the `@import`.

This moves the `@import` statements into the `.select2-container`
class, so this no longer triggers an error in the Ruby version of
SASS.

This closes https://github.com/select2/select2/issues/2896
2015-01-06 17:54:33 -05:00
..
mixins Started work on the classic theme 2014-11-19 14:26:52 -05:00
theme Added RTL support to Select2 2014-12-17 22:08:58 -05:00
_dropdown.scss Add minimumResultsForSearch 2014-12-10 18:46:05 -05:00
_multiple.scss Switch the multiple selection container 2014-11-24 18:30:58 -05:00
_single.scss Added RTL support to Select2 2014-12-17 22:08:58 -05:00
core.scss Fixed SASS error 2015-01-06 17:54:33 -05:00