From a99dede9082fdf2a7336fc0a64c068f2acad417b Mon Sep 17 00:00:00 2001 From: Angel Gomez Date: Wed, 6 Dec 2017 19:48:35 -0400 Subject: [PATCH] Remove trailing whitespaces (#1505) --- docs/README.md | 2 +- docs/documentation/overview/responsiveness.html | 8 ++++---- docs/documentation/overview/variables.html | 8 ++++---- sass/components/level.sass | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5fe0de24d..ba661bb35 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 a0cbc58e0..74cd56433 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: