keydown icon indicating copy to clipboard operation
keydown copied to clipboard

File to import not found or unreadable: compass/css3. (Sass::SyntaxError)

Open ghost opened this issue 10 years ago • 9 comments

Getting the error "File to import not found or unreadable: compass/css3. (Sass::SyntaxError)" running the command "keydown slides slides.md".

Just installed keydown, generated a new project and the the "keydown slides slides.md" command.

Any ideas what's wrong?

OS Mac 10.9.2 ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13] compass (1.0.0.alpha.19) compass-core (1.0.0.alpha.19) compass-import-once (1.0.4)

Gary

ghost avatar May 14 '14 17:05 ghost

same here. :(

jbenet avatar May 15 '14 01:05 jbenet

I'm getting the same error

jrab89 avatar May 27 '14 19:05 jrab89

I suspect that this would be fixed by having the compass dependency be set to 0.13.alpha.4 as it seems the issue is a hard coded path to css3 (and some deprecated box thing).

AndyNovo avatar Aug 25 '14 02:08 AndyNovo

I uninstalled compass 1.0.1 and installed compass 0.12.7 and all is well.

Setting the dependency is a better way. Thanks Andy.

ghost avatar Aug 25 '14 02:08 ghost

Thanks @gforghetti :+1:

I used the following Gemfile:

source 'https://rubygems.org'

gem 'keydown'
gem 'compass', '0.12.7'

and then I was able to make it work:

bundle
bundle exec keydown slides slides.md

cunnie avatar Aug 28 '14 15:08 cunnie

Still broken.

gimbo avatar Dec 01 '14 14:12 gimbo

Uninstall compass and install compass 0.12.7

ghost avatar Dec 01 '14 15:12 ghost

sudo gem uninstall compass sudo gem install compass -v 0.12.7

samuelbarbosaa avatar Dec 15 '14 17:12 samuelbarbosaa

Thanks! @samuelbarbosaa

ajdfajdfl2003 avatar Apr 21 '16 01:04 ajdfajdfl2003