Split obsidian.css snippet into multiple files

Things I have tried

Added additional css files under the snippets folder

What I’m trying to do

I want to split the single obsidian.css file into multiple css files to make working with css easier. Is there a way to add more css files and make them work?

I’m not sure if you really want to duplicate all of the CSS which defaults comes with Obsidian. I’d rather suggest locate the area you want to change, and make snippets for that area.

And even better, instead of getting to know all of the default styling, I’d rather focus on getting to know the Developers Tools screen, and how to locate elements within it, and finding it’s selectors, and which style is applied just now (aka Computed styles), and so on.

Learning to navigate Developers Tools efficiently, is way more useful than trying to pick apart all the various styling done for Obsidian in general. At least, that’s my view on this matter.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.