styles.less 166 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 @prefix-cls: ~'app-view'; .@{prefix-cls} { padding: 10px; color: @B8; &__button { &--primary { background-color: @B8; color: @N8; } } }