Skip to content

Commit b861207

Browse files
authored
Merge pull request #134 from ASU/uds-174
fix(bootstrap4-theme) UDS-16 and UDS-360 Add form fields to bootstrap4-theme package.
2 parents 2f325be + 71dc75c commit b861207

File tree

6 files changed

+2621
-0
lines changed

6 files changed

+2621
-0
lines changed

packages/bootstrap4-theme/src/scss/bootstrap-asu-extends.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@
2020
@import 'extends/globalfooter';
2121
@import 'extends/blockquotes';
2222
@import 'extends/global-header';
23+
@import 'extends/form-fields';

packages/bootstrap4-theme/src/scss/bootstrap-asu.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ $image-assets-path: '/img' !default;
3232
@import 'variables/breadcrumb';
3333
@import 'variables/dividers';
3434
@import 'variables/dropdown';
35+
@import 'variables/form-fields';
3536

3637
//== Bootstrap Required
3738
@import '../../node_modules/bootstrap/scss/functions';

0 commit comments

Comments
 (0)