What is the difference between app.scss
vs _settings.scss
in Zurb Foundation 6?
Asked
Active
Viewed 142 times
0

Igor Ivancha
- 3,413
- 4
- 30
- 39

John John
- 81
- 1
- 3
-
Please review [**How to ask**](http://stackoverflow.com/help/how-to-ask) questions on Stack Overflow and what types of questions [**can be asked**](http://stackoverflow.com/help/on-topic) and what types [**should be avoided.**](http://stackoverflow.com/help/dont-ask). It's not clear what you are asking for. Have you checked the documentation? – Paulie_D Jan 17 '16 at 17:30
1 Answers
3
app.scss
basically takes all of the Foundation .scss
files and whatever custom .scss
you have made and compiles them together into one css
file. The _settings.scss
is for overriding default .scss
variables without editing the core scss
files.

Aibrean
- 6,297
- 1
- 22
- 38