vuejs/vuepress
Question: how to import 3rd party stylus libraries?
Aberta
#1.976 aberto em 24 de out. de 2019
complexity: easycontribution welcomegood first issue
Métricas do repositório
- Stars
- (22.300 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
I just tried to install normalize-styl. After install, it suggests that I can use simply by @import 'normalize'. I included this in .vuepress/styles/index.styl, but it didn't work.
Do I have to do some extra configuration somewhere? Perhaps instructions or link could be put in the doc under styling?