You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Trix manually it is possible to not use the default css, by simply not adding it to your html. However when using vue-trix using the import "vue-trix"; method the css file is helpfully added to the page automatically. However if you do not want to use the default css this is unhelpful.
Would it be possible to have a different js-only import, or some other method, so that the JavaScript can be imported without the CSS. What would be the best way to do this?
Thanks
The text was updated successfully, but these errors were encountered:
Not sure I understand all your situation.
But you can either overwrite Trix global CSS or add more class into VueTrix element and then style it in your own component.
For example:
When using Trix manually it is possible to not use the default css, by simply not adding it to your html. However when using vue-trix using the
import "vue-trix";
method the css file is helpfully added to the page automatically. However if you do not want to use the default css this is unhelpful.Would it be possible to have a different js-only import, or some other method, so that the JavaScript can be imported without the CSS. What would be the best way to do this?
Thanks
The text was updated successfully, but these errors were encountered: