alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

Re-arranged less files to that less file can be @imported into another project. Added variable for border radius. #48

Closed jkytomaki closed 8 years ago

jkytomaki commented 8 years ago

The @import statements for bootstrap less files in the main less file require bootstrap to be installed under the project directory. Moved less bootstrap @import statements into separate build.less file so that angular-ui-notification.less can be imported into another project as-is, without needing to run bower install under the project directory. Added variable @ui-notification-border-radius for notification CSS border radius, default is 0px.