removing Bower, updating BS4 to Alpha 4, recompile

This commit is contained in:
koenemann 2016-09-13 15:58:35 +02:00
parent 736be72788
commit 579ec0c045
4 changed files with 82 additions and 116 deletions

View File

@ -20,6 +20,11 @@ UnderStrap is released under the terms of the GPL version 2 or (at your option)
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
## Changelog ## Changelog
- ** 0.4.8 Pre-Release **
- Removing Bower and replace the dependency managment copletely with npm
- Update to Bootstrap 4 Alpha 4
- ** 0.4.7 Aug. 15the 2016 ** - ** 0.4.7 Aug. 15the 2016 **
- Fixing problem with tag page - Fixing problem with tag page
- Fixing Navbar "hopping" - Fixing Navbar "hopping"
@ -122,8 +127,8 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
- Combines Underscores PHP/JS files and Bootstraps HTML/CSS/JS. - Combines Underscores PHP/JS files and Bootstraps HTML/CSS/JS.
- Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. - Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables.
- Uses a single and minified CSS file for all the basic stuff. - Uses a single and minified CSS file for all the basic stuff.
- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.6.0) - [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.6.3)
- Comes with extra slider script by [Owl Carousel](http://www.owlcarousel.owlgraphic.com/) (v2.0.0-beta.2.4) - Comes with extra slider script by [Owl Carousel](http://www.owlcarousel.owlgraphic.com/) (v2.1.4)
- Simple RTL file. - Simple RTL file.
- Jetpack ready. - Jetpack ready.
- WooCommerce support. - WooCommerce support.
@ -161,12 +166,12 @@ Some basics about the Sass and CSS files that come with UnderStrap:
- Go to Appearance → Themes - Go to Appearance → Themes
- Activate the UnderStrap theme - Activate the UnderStrap theme
## Developing With npm, Bower, Gulp and SASS and [Browser Sync][1] ## Developing With npm, Gulp and SASS and [Browser Sync][1]
### Installing Dependencies ### Installing Dependencies
- Make sure you have installed Node.js, Bower, and Browser-Sync on your computer globally - Make sure you have installed Node.js and Browser-Sync* (* optional, if you wanna use it) on your computer globally
- Then open your terminal and browse to the location of your UnderStrap copy - Then open your terminal and browse to the location of your UnderStrap copy
- Run: `$ npm install` then: `$ bower install` and finally: `$ gulp copy-assets` - Run: `$ npm install` and then: `$ gulp copy-assets`
### Running ### Running
To work and compile your Sass files on the fly start: To work and compile your Sass files on the fly start:

View File

@ -1554,14 +1554,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-success .form-control-feedback, .has-success .form-control-feedback,
.has-success .form-control-label, .has-success .form-control-label,
.has-success .radio, .has-success .form-check-label,
.has-success .checkbox, .has-success .form-check-inline,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .custom-control { .has-success .custom-control {
color: #5cb85c; } color: #5cb85c; }
@ -1581,14 +1575,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-warning .form-control-feedback, .has-warning .form-control-feedback,
.has-warning .form-control-label, .has-warning .form-control-label,
.has-warning .radio, .has-warning .form-check-label,
.has-warning .checkbox, .has-warning .form-check-inline,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .custom-control { .has-warning .custom-control {
color: #f0ad4e; } color: #f0ad4e; }
@ -1608,14 +1596,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.has-danger .form-control-feedback, .has-danger .form-control-feedback,
.has-danger .form-control-label, .has-danger .form-control-label,
.has-danger .radio, .has-danger .form-check-label,
.has-danger .checkbox, .has-danger .form-check-inline,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .custom-control { .has-danger .custom-control {
color: #d9534f; } color: #d9534f; }
@ -3145,7 +3127,6 @@ input[type="button"].btn-block {
column-count: 3; column-count: 3;
column-gap: 1.25rem; } column-gap: 1.25rem; }
.card-columns .card { .card-columns .card {
display: inline-block;
width: 100%; } } width: 100%; } }
.breadcrumb { .breadcrumb {
@ -3317,7 +3298,7 @@ a.tag:focus, a.tag:hover {
border-radius: 0; } border-radius: 0; }
.alert { .alert {
padding: 15px; padding: 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 0.25rem; } border-radius: 0.25rem; }
@ -3329,11 +3310,11 @@ a.tag:focus, a.tag:hover {
font-weight: bold; } font-weight: bold; }
.alert-dismissible { .alert-dismissible {
padding-right: 35px; } padding-right: 2rem; }
.alert-dismissible .close { .alert-dismissible .close {
position: relative; position: relative;
top: -2px; top: -.125rem;
right: -21px; right: -1rem;
color: inherit; } color: inherit; }
.alert-success { .alert-success {
@ -3515,11 +3496,6 @@ base::-moz-progress-bar,
.progress-danger .progress-bar { .progress-danger .progress-bar {
background-color: #d9534f; } } background-color: #d9534f; } }
.media {
margin-top: 15px; }
.media:first-child {
margin-top: 0; }
.media, .media,
.media-body { .media-body {
overflow: hidden; } overflow: hidden; }
@ -4208,9 +4184,6 @@ button.close {
.carousel-indicators { .carousel-indicators {
bottom: 20px; } } bottom: 20px; } }
.bg-inverse {
background-color: #373a3c; }
.bg-faded { .bg-faded {
background-color: #f7f7f9; } background-color: #f7f7f9; }
@ -4249,6 +4222,13 @@ a.bg-warning:focus, a.bg-warning:hover {
a.bg-danger:focus, a.bg-danger:hover { a.bg-danger:focus, a.bg-danger:hover {
background-color: #c9302c !important; } background-color: #c9302c !important; }
.bg-inverse {
color: #fff !important;
background-color: #373a3c !important; }
a.bg-inverse:focus, a.bg-inverse:hover {
background-color: #1f2021 !important; }
.clearfix::after { .clearfix::after {
content: ""; content: "";
display: table; display: table;
@ -4594,37 +4574,37 @@ a.bg-danger:focus, a.bg-danger:hover {
color: #818a91 !important; } color: #818a91 !important; }
a.text-muted:focus, a.text-muted:hover { a.text-muted:focus, a.text-muted:hover {
color: #687077; } color: #687077 !important; }
.text-primary { .text-primary {
color: #895cd1 !important; } color: #895cd1 !important; }
a.text-primary:focus, a.text-primary:hover { a.text-primary:focus, a.text-primary:hover {
color: #6d37c3; } color: #6d37c3 !important; }
.text-success { .text-success {
color: #5cb85c !important; } color: #5cb85c !important; }
a.text-success:focus, a.text-success:hover { a.text-success:focus, a.text-success:hover {
color: #449d44; } color: #449d44 !important; }
.text-info { .text-info {
color: #5bc0de !important; } color: #5bc0de !important; }
a.text-info:focus, a.text-info:hover { a.text-info:focus, a.text-info:hover {
color: #31b0d5; } color: #31b0d5 !important; }
.text-warning { .text-warning {
color: #f0ad4e !important; } color: #f0ad4e !important; }
a.text-warning:focus, a.text-warning:hover { a.text-warning:focus, a.text-warning:hover {
color: #ec971f; } color: #ec971f !important; }
.text-danger { .text-danger {
color: #d9534f !important; } color: #d9534f !important; }
a.text-danger:focus, a.text-danger:hover { a.text-danger:focus, a.text-danger:hover {
color: #c9302c; } color: #c9302c !important; }
.text-hide { .text-hide {
font: 0/0 a; font: 0/0 a;

File diff suppressed because one or more lines are too long

8
js/theme.min.js vendored

File diff suppressed because one or more lines are too long