@import '../../../style/themes/index';
@import '../../../style/mixins/index';

@notification-prefix-cls: ~'@{fc-prefix}-notification';

.@{notification-prefix-cls} {
  /** 样式写在这里面 */

}
