whiteout-io / mail

[ABANDONED] Mail App with integrated OpenPGP encryption
https://whiteout.io
MIT License
545 stars 96 forks source link

Grunt: Invalid CSS #404

Open perguth opened 8 years ago

perguth commented 8 years ago
git clone https://github.com/whiteout-io/mail-html5.git .
npm install
grunt --force

Yields

Syntax error: Invalid CSS after "    xs-only": expected ")", was ":             "..."
        on line 4 of src/sass/mixins/_responsive.scss
        from line 7 of src/sass/read-sandbox.scss
  Use --trace for backtrace.
Warning: Exited with error code 1 Used --force, continuing.
Syntax error: Invalid CSS after "    xs-only": expected ")", was ":             "..."
        on line 4 of src/sass/mixins/_responsive.scss
        from line 10 of src/sass/all.scss
  Use --trace for backtrace.
Warning: Exited with error code 1 Used --force, continuing.

and then hangs. Without --force it dies after the first error printing out Aborted due to warnings.

My machine runs: CentOS release 6.7 (Final)

Abhayakara commented 8 years ago

I don't know if you've figured this out yet, but the issue is that sass 3.2 won't parse that file. 3.3 does parse it happily. I'm working on ubuntu, so I had to "dpkg -r sass" and then "gem install sass" to fix the error.

elviraux commented 8 years ago

Did you install sass?