-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blog post CMS #120
Blog post CMS #120
Conversation
@5andu THANK YOU! a couple small requests before we merge:
|
@5andu there are definitely a few custom styles, but a lot of it is duplicate from the source. we want to only host overrides and extensions, not the source. this lets us update to our Trix version without concerns. new styling example our trix.css (cool) duplication examples our trix.css (here) our trix.css (notice how these look a bit different, but the variables are the same. and variable references are better than hard-coded) next steps we could just merge, then maybe i can help remove dupe code. my strategy would be to combine all the Trix source CSS into 1 file, then do a git diff between them, or use a web UI tool to visualize diffs. lemme know what you think! |
@ryanckulp I've deleted unnecessary classes and made the rich text more simple and functional. Here's a recap of my changes: trix.improvements.mp4 |
excellent work, thanks for the second push. merging. |
demo.mp4