press icon indicating copy to clipboard operation
press copied to clipboard

fix: naked option

Open shrpne opened this issue 4 years ago • 2 comments

{ naked: auto } doesn't work This PR fixes it.

Considerations:

  • maybe I should pass only the naked option and not whole config?
  • core/src/blueprint/index.js, register method doesn't use config in the modeInstances initialization too, should I pass config here? Not sure if it needed for them.

shrpne avatar Apr 06 '20 12:04 shrpne

@pimlie can you answer on the second point @shrpne raises?

galvez avatar Apr 06 '20 15:04 galvez

Looks like config is really needed for modeInstances. Because without it, nuxt-press continues importing blueprint themes like docs/src/theme.css.

I have updated PR

shrpne avatar Apr 06 '20 18:04 shrpne