This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with the latest starterkit from bootstrap 8.x-3.20.
Apart from the changes in the starterkit structure, this release also updates the SCSS files themselves from their updated source.
- Loading branch information
1 parent
3cd5b45
commit 409b067
Showing
25 changed files
with
73 additions
and
88 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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# [Drupal Bootstrap Styles] (SASS) | ||
|
||
These files are intended to be used within a [Drupal Bootstrap] based sub-theme. | ||
|
||
## Default Variables | ||
|
||
The `_default-variables.scss` file is generally where you will spend the | ||
majority of your time providing any default variables that should be | ||
used by the [Bootstrap Framework] instead of its own. | ||
|
||
> **WARNING:** It is highly recommended that you only put the default variables | ||
you intend to override in this file. Copying and pasting the entire | ||
`_variables.scss` file provided by the [Bootstrap Framework] is redundant and | ||
only makes it more difficult to determine which variable has been overridden | ||
when the need to update or upgrade to newer versions in the future arises. | ||
|
||
## Drupal Bootstrap | ||
|
||
The `_drupal-bootstrap.scss` file contains various styles to properly integrate | ||
[Drupal Bootstrap] with the [Bootstrap Framework]. | ||
|
||
## Compiling | ||
|
||
The `style.scss` file is the main compiling entry point. It is the glue that | ||
combines: `_default-variables.scss`, [Bootstrap Framework Source Files] and the | ||
`_drupal-bootstrap.scss` files together. Generally, you will not need to modify | ||
this file unless you need to add or remove files to be imported. | ||
|
||
Your [Sass] compiler should use this file as it's "source" and its compiled | ||
output "destination" should be `../css/style.css` (overwrites the file provided | ||
by the base-theme starterkit). | ||
|
||
[Bootstrap Framework]: https://getbootstrap.com/docs/3.4/ | ||
[Bootstrap Framework Source Files]: https://github.com/twbs/bootstrap-sass | ||
[Drupal Bootstrap]: https://www.drupal.org/project/bootstrap | ||
[Drupal Bootstrap Styles]: https://github.com/unicorn-fail/drupal-bootstrap-styles | ||
[Sass]: http://sass-lang.com |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
@import 'bootstrap'; | ||
|
||
// Base-theme overrides. | ||
@import 'overrides'; | ||
@import 'drupal-bootstrap'; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,3 @@ | ||
This directory is used to implement various Bootstrap annotated plugins. | ||
|
||
Please refer to the [Plugin System](<!-- @url plugins -->) topic for more info. |
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,3 +1,4 @@ | ||
Use this directory to override template, theme and \[pre\]process functions. | ||
This directory is used to implement various core, contrib, Bootstrap and custom | ||
templates. | ||
|
||
Please refer to the @link registry Theme Registry @endlink topic for more info. | ||
Please refer to the [Templates](<!-- @url templates -->) topic for more info. |