Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / bootstrap / starterkits / less @ b220caf9

Nom Taille Révision Âge Auteur Commentaire
  css caf16a48 plus de 8 ans Assos Assos Weekly update of contrib modules
  less b220caf9 environ 8 ans Assos Assos Weekly update of contrib modules
  templates caf16a48 plus de 8 ans Assos Assos Weekly update of contrib modules
README.md 3 ko b220caf9 environ 8 ans Assos Assos Weekly update of contrib modules
favicon.ico 1,12 ko caf16a48 plus de 8 ans Assos Assos Weekly update of contrib modules
less.starterkit 1,28 ko caf16a48 plus de 8 ans Assos Assos Weekly update of contrib modules
logo.png 742 octets caf16a48 plus de 8 ans Assos Assos Weekly update of contrib modules
screenshot.png 19 ko caf16a48 plus de 8 ans Assos Assos Weekly update of contrib modules
template.php 63 octets caf16a48 plus de 8 ans Assos Assos Weekly update of contrib modules

Dernières révisions

# Date Auteur Commentaire
b220caf9 02/03/2016 22:48 Assos Assos

Weekly update of contrib modules

caf16a48 11/11/2015 22:44 Assos Assos

Weekly update of contrib modules

Voir les révisions

README


LESS Starterkit

Below are instructions on how to create a Bootstrap sub-theme using a LESS preprocessor.

Prerequisites

  • Read the @link getting_started Getting Started @endlink documentation topic.
  • You must understand the basic concept of using the LESS CSS pre-processor.
  • You must use a local LESS compiler.
  • You must use the Bootstrap Framework Source Files ending in the .less extension, not files ending in .css.

Additional Setup {#setup}

Download and extract the latest 3.x.x version of Bootstrap Framework Source Files into your new sub-theme. After it has been extracted, the folder should read ./subtheme/bootstrap.

If for whatever reason you have an additional bootstrap folder wrapping the first bootstrap folder (e.g. ./subtheme/bootstrap/bootstrap), remove the wrapping bootstrap folder. You will only ever need to touch these files if or when you upgrade your version of the Bootstrap Framework.

{.alert.alert-warning} WARNING: Do not modify the files inside of ./subtheme/bootstrap directly. Doing so may cause issues when upgrading the Bootstrap Framework in the future.

Override Styles {#styles}

The ./subtheme/less/variable-overrides.less file is generally where you will the majority of your time overriding the variables provided by the Bootstrap Framework.

The ./subtheme/less/bootstrap.less file is nearly an exact copy from the Bootstrap Framework Source Files. The only difference is that it injects the variable-overrides.less file directly after it has imported theBootstrap Framework's variables.less file. This allows you to easily override variables without having to constantly keep up with newer or missing variables during an upgrade.

The ./subtheme/less/overrides.less file contains various Drupal overrides to properly integrate with the Bootstrap Framework. It may contain a few enhancements, feel free to edit this file as you see fit.

The ./subtheme/less/style.less file is the glue that combines the bootstrap.less and overrides.less files together. Generally, you will not need to modify this file unless you need to add or remove files to be imported. This is the file that you should compile to ./subtheme/css/styles.css (note the same file name, using a different extension of course).

Override Theme Settings {#settings}

Please refer to the @link subtheme_settings Sub-theme Settings @endlink topic.

Override Templates and Theme Functions {#registry}

Please refer to the @link registry Theme Registry @endlink topic.

Formats disponibles : Atom