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

@m-words-prefix-cls: m-words;

.@{m-words-prefix-cls} {
  .m-word::before {
    color: rgba(127, 127, 127, 0.33);
    content: "•";
  }

  .m-word-number {
    color: rgba(127, 127, 127, 0.33);
  }
}
