Shopify / dashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
http://shopify.github.com/dashing/
MIT License
10.99k stars 1.18k forks source link

Copying widgets losing formatting #713

Open DenverK opened 8 years ago

DenverK commented 8 years ago

Copying the list widget is working for me but when i do it won't copy any of the formatting, just white on black

I have renamed all the files I think the three that are in the widget folder, also renamed the folder and edited the coffee script for the new name

Any ideas?

simofacc commented 8 years ago

Hi,

Just had a similar issue. In the .scss file you have .widget-list class name, and you have to change that according to the name of your new widget e.g. if your widget name (or folder) is site_users then the class name should be .widget-site-users in the scss file.