We are using the “Baseline” theme for our store. It looks like the theme uses the following files:
theme.css
theme.min.css
theme.liquid
settings_data.json
settings_schema.json
Since there is no .scss file, what are best practices for adding custom CSS styles to this theme? Would like to clarify the relationship between all of these files?
We’d like to use custom fonts and styles for some custom sections that we’ve coded. We would like use these styles in multiple locations around the site, on various pages. We prefer to not use a third party app to keep our codebase as minimal as possible.