[SOLVED] How can I import a scss file into another scss using hanami compiler?

@jodosha I added this path in apps/web/application.rb file:
sources << [
‘assets’, ‘assets/stylesheets/win’
]
but I recieved the same error.