treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] SASS overwrite

  • I have a .scss file, which is being translated, via Ruby (command line), to a standard .css file.
    Every time I update the file, though, I get a message saying 'chnage detected' and it doesn't overwrite.
    Any ideas as to why?
    Thanks.
  • I had to files inteferring with each other: global.scss and _global.scss. What an idiot!
  • files w/ an underscore dont get compiled to css.. only when they are imported into your main sass/scss file