Obsidian-TTRPG-Community / Fantasy-Statblocks-CSS-Development

6 stars 5 forks source link

Pathfinder 1.5 (#5) #2

Closed sigrunixia closed 1 year ago

sigrunixia commented 1 year ago
  1. Added Basic Pathfinder Layout to this Repo.
  2. Removed unnecessary boxes in preparation for layout overhaul in 1.6.
  3. Added "Token" key for images, configured in images.scss.
  4. Added more static items to in-file sass variables to reduce the amount of items needed in dash variables.
  5. Fixed popovers.scss
  6. Cleaned up unused dash variables from prior versions.
  7. Moved index.scss to root to provide future ease of loading into "snippets" folder.

No changes observed in Kingmaker layouts beyond very slight reduction in rendering times. Snippet size is now at ~3450 lines.

mProjectsCode commented 1 year ago

I am on vacation currently. I will check and merge this PR next week.

mProjectsCode commented 1 year ago

Looks good, but i don't undersand why you replaced literals like none and unset with variables that are called the same. That just makes the code harder to read IMO.