1
0
mirror of synced 2024-11-26 23:06:02 +03:00
select2/dist/css
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
..
select2.css Fixed SASS error 2015-01-06 17:54:33 -05:00
select2.min.css Fixed SASS error 2015-01-06 17:54:33 -05:00