-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
84 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# workflow for Alexander Sharkov | ||
# Workflow by Alexander Sharkov with included Bootstrap 4. | ||
|
||
v 1.1.2 | ||
v 1.1.2 - bootstrap 4 | ||
|
||
> #### What's new? | ||
> Fixed normalize.css issue. | ||
> Bootstrap 4 included. | ||
> There are a base created for compiling html + css + js + png sprites + image compress from pug and sass. It based on gulp task runner. | ||
> There are a base created for compiling html + css + js + png sprites + image compress from pug and sass + Bootstrap 4. It based on grunt as a task runner. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/// Import base bootstrap variables. | ||
@import '../../../node_modules/bootstrap/scss/variables' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
|
||
// Core variables and mixins | ||
@import "../../../node_modules/bootstrap/scss/mixins" | ||
@import "../../../node_modules/bootstrap/scss/custom" | ||
|
||
// Reset and dependencies | ||
@import "../../../node_modules/bootstrap/scss/normalize" | ||
@import "../../../node_modules/bootstrap/scss/print" | ||
|
||
// Core CSS | ||
@import "../../../node_modules/bootstrap/scss/reboot" | ||
@import "../../../node_modules/bootstrap/scss/type" | ||
@import "../../../node_modules/bootstrap/scss/images" | ||
@import "../../../node_modules/bootstrap/scss/code" | ||
@import "../../../node_modules/bootstrap/scss/grid" | ||
@import "../../../node_modules/bootstrap/scss/tables" | ||
@import "../../../node_modules/bootstrap/scss/forms" | ||
@import "../../../node_modules/bootstrap/scss/buttons" | ||
|
||
// Components | ||
@import "../../../node_modules/bootstrap/scss/transitions" | ||
@import "../../../node_modules/bootstrap/scss/dropdown" | ||
@import "../../../node_modules/bootstrap/scss/button-group" | ||
@import "../../../node_modules/bootstrap/scss/input-group" | ||
@import "../../../node_modules/bootstrap/scss/custom-forms" | ||
@import "../../../node_modules/bootstrap/scss/nav" | ||
@import "../../../node_modules/bootstrap/scss/navbar" | ||
@import "../../../node_modules/bootstrap/scss/card" | ||
@import "../../../node_modules/bootstrap/scss/breadcrumb" | ||
@import "../../../node_modules/bootstrap/scss/pagination" | ||
@import "../../../node_modules/bootstrap/scss/badge" | ||
@import "../../../node_modules/bootstrap/scss/jumbotron" | ||
@import "../../../node_modules/bootstrap/scss/alert" | ||
@import "../../../node_modules/bootstrap/scss/progress" | ||
@import "../../../node_modules/bootstrap/scss/media" | ||
@import "../../../node_modules/bootstrap/scss/list-group" | ||
@import "../../../node_modules/bootstrap/scss/responsive-embed" | ||
@import "../../../node_modules/bootstrap/scss/close" | ||
|
||
// Components w/ JavaScript | ||
@import "../../../node_modules/bootstrap/scss/modal" | ||
@import "../../../node_modules/bootstrap/scss/tooltip" | ||
@import "../../../node_modules/bootstrap/scss/popover" | ||
@import "../../../node_modules/bootstrap/scss/carousel" | ||
|
||
// Utility classes | ||
@import "../../../node_modules/bootstrap/scss/utilities" |
This file was deleted.
Oops, something went wrong.