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
## Details
Request: #246
Adds `none` to the possible values for `code.border`.
Using this value when paired with `code.disable_background = true`
allows the user to only keep the language icon rendering feature. The
`code.disable_background` feature functions in the same way as
`code.style = 'language'`.
Ideally I would remove the `style` options, it seems better to control
everything more granularly and then group settings under a `preset`
option, but it is what is is, will keep both around even though they end
up being redundant.
Will consider a major version bump that breaks styles in the future.
0 commit comments