cotag / orbicular

A CSS based circular progress bar for AngularJS
MIT License
47 stars 15 forks source link

Remove compass dependency & prevent box-sizing clash #9

Closed danxshap closed 10 years ago

danxshap commented 10 years ago

This fixes #8

stakach commented 10 years ago

Looks good to me!

stakach commented 10 years ago

So people don't have to copy files into their own repositories to update the config, I'll update this so it is a single SCSS file that contains a mix-in.

Then you'll only have to include the file in your project and config can be set from the mix-in parameters, versus editing project files.

danxshap commented 10 years ago

Cool, sounds good!