Skip to content

Commit 1c47727

Browse files
author
AMJones
committed
Adds license.
1 parent f7bf64b commit 1c47727

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

scss/_buttons-variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
@import "strapless/base/scss/base";
33
@import "bs4-shim";
44

5+
$enable-framework: false !default;
6+
57
$btn-padding-x: (space-x(md) * 1rem) !default;
68
$btn-padding-y: (space-y(md) * 1rem) !default;
79
$btn-line-height: $line-height-base !default;

scss/_buttons.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
@import "buttons-variables";
22
@import "buttons-mixins";
33

4+
@if not($enable-framework) {
5+
@import "license";
6+
}
7+
48
.btn {
59
position: relative;
610
display: inline-flex;

scss/_license.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*!
2+
* StrapLess Buttons v1.0 (http://github.com/strapless/buttons)
3+
* Inspiration from (https://getbootstrap.com) and (https://material.io/components/web/catalog/buttons)
4+
* Licensed under MIT (https://github.com/strapless/buttons/blob/master/LICENSE)
5+
*/

0 commit comments

Comments
 (0)