SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 254 forks source link

SASS support? #74

Open Allanon29 opened 10 years ago

Allanon29 commented 10 years ago

I am using SASS in my project so I cannot use require to get redactor css. Is there a way to use it with SASS?

Best Wishes, Matt

meandkareem commented 10 years ago

@import "redactor-rails";

madmike commented 10 years ago

Only available as @import "redactor-rails.css";

izidorome commented 9 years ago

@madmike thanks... that worked for me!

0x7466 commented 8 years ago

+1

arun057 commented 7 years ago

+1 @madmike Thanks!