discourse/app/assets/stylesheets/common.scss
Joffrey JAFFEUX 0431942f3d
DEV: select-kit 2 (#7998)
This new iteration of select-kit focuses on following best principales and disallowing mutations inside select-kit components. A best effort has been made to avoid breaking changes, however if you content was a flat array, eg: ["foo", "bar"] You will need to set valueProperty=null and nameProperty=null on the component.

Also almost every component should have an `onChange` handler now to decide what to do with the updated data. **select-kit will not mutate your data by itself anymore**
2020-02-03 14:22:14 +01:00

38 lines
1.5 KiB
SCSS

@import "vendor/normalize";
@import "vendor/pikaday";
@import "common/foundation/helpers";
@import "common/foundation/base";
@import "common/foundation/mixins";
@import "common/foundation/variables";
@import "common/foundation/spacing";
@import "common/select-kit/categories-admin-dropdown";
@import "common/select-kit/category-chooser";
@import "common/select-kit/category-drop";
@import "common/select-kit/category-row";
@import "common/select-kit/category-selector";
@import "common/select-kit/combo-box";
@import "common/select-kit/composer-actions";
@import "common/select-kit/dropdown-select-box";
@import "common/select-kit/future-date-input-selector";
@import "common/select-kit/list-setting";
@import "common/select-kit/mini-tag-chooser";
@import "common/select-kit/multi-select";
@import "common/select-kit/notifications-button";
@import "common/select-kit/period-chooser";
@import "common/select-kit/pinned-button";
@import "common/select-kit/select-kit";
@import "common/select-kit/single-select";
@import "common/select-kit/tag-chooser";
@import "common/select-kit/tag-drop";
@import "common/select-kit/toolbar-popup-menu-options";
@import "common/select-kit/topic-notifications-button";
@import "common/select-kit/user-notifications-dropdown";
@import "common/select-kit/color-palettes";
@import "common/components/*";
@import "common/input_tip";
@import "common/topic-entrance";
@import "common/printer-friendly";
@import "common/base/*";
@import "common/d-editor";
@import "common/topic-timeline";