EGOIST

Results 413 comments of EGOIST

why do you need this?

Can we simply use the `theme` prop for this?

`getMonaco` is deprecated, that would be a breaking change since it's used to get the editor instance previously. Maybe we should document `$refs.editor.monaco` in readme instead.

We should probably document how to define a custom theme and use it as well, PR welcome.

Yeah I plan to add CSS modules support, it should be pretty easy. The proposed usage: import `styled-vue/modules` instead of `styled-vue` to use CSS modules. ```vue hello there! import {...

@IniZio I thought about that, but that's invalid CSS so editor may report errors.

@cainrus maybe something like this instead: https://github.com/egoist/styled-vue/issues/6

Please provide a full repro.

Sure, PR welcome.

well I think it actually should set the `target` to `current` since it prevents from doing unnecessary transpiling during testing.