Skip to content

Instantly share code, notes, and snippets.

@RobertFischer
Created January 9, 2018 21:46
Show Gist options
  • Save RobertFischer/05fb07efe3c54f120464e58f8afafa9e to your computer and use it in GitHub Desktop.
Save RobertFischer/05fb07efe3c54f120464e58f8afafa9e to your computer and use it in GitHub Desktop.
Hide blank Quill sections via SCSS
.ql-blank {
@extend .d-none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment