Skip to content

Commit b0eb32b

Browse files
committed
chore(*): updated file structure
1 parent d2c823a commit b0eb32b

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

src/sass/_includes.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Bootstrap 3 - Normalization
2+
// @import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_normalize';
3+
// @import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_print';
4+
5+
@import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';
6+
@import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_theme';

src/sass/layout.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/sass/main.scss

100755100644
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// Bootstrap 3 - Normalization
2-
// @import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_normalize';
3-
// @import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_print';
4-
5-
@import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';
6-
@import '../../vendor/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/_theme';
7-
8-
@import 'layout';
1+
body {
2+
padding-top: 20px;
3+
}

0 commit comments

Comments
 (0)