CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] SASS overwrite
rightok32
Permalink to comment
#
April 2012
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.
rightok32
Permalink to comment
#
May 2012
I had to files inteferring with each other: global.scss and _global.scss. What an idiot!
elneco
Permalink to comment
#
May 2012
files w/ an underscore dont get compiled to css.. only when they are imported into your main sass/scss file
Add a Comment
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.