Skip to content

Instantly share code, notes, and snippets.

@TheRealNeil
Last active April 25, 2018 19:37
Show Gist options
  • Save TheRealNeil/907c5efce783b663e07c504bc24ca366 to your computer and use it in GitHub Desktop.
Save TheRealNeil/907c5efce783b663e07c504bc24ca366 to your computer and use it in GitHub Desktop.
Bootstap 4 css for Trix
trix-toolbar {
margin-bottom: 1em;
.trix-button-row {
@extend .btn-toolbar;
justify-content: space-between;
.trix-button-group {
@extend .btn-group;
.trix-button {
@extend .btn;
@extend .btn-outline-secondary;
}
.trix-active {
@extend .active;
}
}
}
}
trix-editor {
@extend .form-control;
min-height: 8.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment