Learn
Learn copied to clipboard
Moved Customiser's CSS into theme files
I converted the Customiser's CSS rules into SCSS and moved them to theme files. I also added a file with the original code from the Customiser.
Related to #937
Thanks for the review @adamwoodnz I ll get these fixed in the next couple of days.
Hello @adamwoodnz, let me know what you think about the tweaks. Thanks.
I think we might still be missing the very first rule from the customiser, maybe add to a new file css/base/_table.scss
:
thead th {
color: #555d66;
}
No probs, I ll get these done later today. Thanks for the feedback.
That's great thanks.