Stas

Results 1 comments of Stas

In case someone is still wondering - you can also replace ::v-deep with :deep like this: ``` :deep { ul { margin-left: 48px; } a { color: #3f51b5; } }...