ejholmes / active_admin_editor

Rich text editor for Active Admin using wysihtml5.
MIT License
184 stars 134 forks source link

Restore deprecated mixin box-shadow #62

Open joelibaceta opened 9 years ago

joelibaceta commented 9 years ago

The absence of box-shadow mixing causes the following error message :

Undefined mixing 'box-shadow' with Active Admin Editor

Its could be solve adding the mixing again.

rstacruz commented 8 years ago

the correct solution should be to not use the box-shadow mixin at all... just use box-shadow: ___.

rstacruz commented 8 years ago

64 also does this.

joelibaceta commented 8 years ago

Ok, I gonna work to try to fix it

masha256 commented 8 years ago

+1 for needing a permanent fix for this.