SASS @import problems
I’m on an Web Development course (online platform) and now I’m at a stage of SASS / @import options.
SASS is correctly connected to CSS and everything I write in my site.scss file shows up on my page but when I use @import for let’s say _reset, _typography or any other file inside sass folder, it won’t apply any changes on my page.
Tried:
Scout App (Works (not import files) but error message when use @import),
Koala (Works (not import files) but refresh Atom every 10 seconds),
Ruby (Works (not import files), no error messages at all. Every change I add in any of imported files is accepted but without any visual change on page)
If someone know what’s the problem I would appreciate any help.