Last active
April 25, 2018 19:37
-
-
Save TheRealNeil/907c5efce783b663e07c504bc24ca366 to your computer and use it in GitHub Desktop.
Bootstap 4 css for Trix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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