diff --git a/docs/README.md b/docs/README.md index 5fe0de24..ba661bb3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ The documentation HTML is produced with the Ruby-based `jekyll` tool. Then to view the documentation in your local checkout: -1. Before you begin, cd into `docs/` directory, and `cp _config.yml _config.local.yml`. Then edit `_config.local.yml` and change the `url:` value to `http://localhost:4000`. This local config file will be ignored by git. +1. Before you begin, cd into `docs/` directory, and `cp _config.yml _config.local.yml`. Then edit `_config.local.yml` and change the `url:` value to `http://localhost:4000`. This local config file will be ignored by git. 1. In a separate shell session, `cd` to the `docs/` directory, and do: ``` jekyll serve --incremental --config _config.local.yml diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html index a0cbc58e..74cd5643 100644 --- a/docs/documentation/overview/responsiveness.html +++ b/docs/documentation/overview/responsiveness.html @@ -33,7 +33,7 @@ variables_keys: {% include anchor.html name="Breakpoints" %} - + {% assign variables_file_url = "/blob/master/sass/utilities/initial-variables.sass#L46,L57" | prepend: site.github %} {% assign mixins_file_url = "/blob/master/sass/utilities/mixins.sass#L182,L226" | prepend: site.github %} @@ -45,7 +45,7 @@ variables_keys:
  • {% if breakpoint.id == 'fullhd' %}New! {% endif %}{{ breakpoint.id }}: {% if breakpoint.id == 'mobile' %}up to {{ breakpoint.to }}px{% else %}from {{ breakpoint.from }}px{% endif %}
  • {% endfor %} - +

    Bulma uses 9 responsive mixins: