AnubisNekhet / AnuPpuccin

Personal theme for Obsidian
GNU General Public License v3.0
2.08k stars 163 forks source link

[Bug] recent-files.scss missing #134

Closed LinuCC closed 1 year ago

LinuCC commented 1 year ago

Describe the bug

#0055e2c48717477138ea1e6e49735b858c82cc3b introduces a reference to recent-files.scss, but the file doesn't seem to exist. Trying to build with sass src/base.scss theme.css leads to

Error: Can't find stylesheet to import.
   ╷
11 │ @import "recent-files.scss";
   │         ^^^^^^^^^^^^^^^^^^^
   ╵
  src/modules/Integrations/index.scss 11:9  @import
  src/base.scss 6:9                         root stylesheet

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/AnubisNekhet/AnuPpuccin.git
  2. sass src/base.scss theme.css

Expected behavior It builds, just like in the previous commit :)