-
Which property specifies the folder name where CSS style sheets should be saved?
-
- sass_dir
- javascript_dir
- relative_assets
- css_dir
- None of these
Correct Option: D
css_dir property specifies the folder name where CSS style sheets should be saved. We can change css_dir value to something like css or styles, but we should also change the folder name in the working directory to the one that matches the change.