buefy / nuxt-buefy

Nuxt Buefy
MIT License
221 stars 33 forks source link

How to only import the Navbar and Dropdown using this module? #55

Closed slidenerd closed 4 years ago

slidenerd commented 4 years ago

Apologies if this seems like a silly question

jtommy commented 4 years ago

@slidenerd you might try to import bulma and single components instead all buefy, for example:

@import "~buefy/src/scss/utils/_all";
@import "~buefy/src/scss/components/_dropdown";

But there isn't an official way to add in the docs at the moment.