When I am trying to convert my scss file to css using following command -
sass --watch ex1.scss:ex1.css --style
I am getting following error -
OptionParser::MissingArgument: missing argument: --style
Use --trace for backtrace.
I followed this link - https://stackoverflow.com/a/13649505/4818458
Let me know what I am doing wrong here.