We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c47727 commit d926b89Copy full SHA for d926b89
2 files changed
scss/_buttons.scss
@@ -2,7 +2,11 @@
2
@import "buttons-mixins";
3
4
@if not($enable-framework) {
5
- @import "license";
+/*!
6
+ * StrapLess Buttons v1.0 (http://github.com/strapless/buttons)
7
+ * Inspiration from (https://getbootstrap.com) and (https://material.io/components/web/catalog/buttons)
8
+ * Licensed under MIT (https://github.com/strapless/buttons/blob/master/LICENSE)
9
+ */
10
}
11
12
.btn {
scss/_license.scss
0 commit comments