From: Asier Illarramendi Date: Mon, 16 Dec 2013 13:25:12 +0000 (+0100) Subject: _variables doesn't exist, changed to _functions.scss X-Git-Tag: 5.0.3~71^2~45^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F3900%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git _variables doesn't exist, changed to _functions.scss --- diff --git a/doc/pages/components/tables.html b/doc/pages/components/tables.html index 51dbc7e0f..43095194e 100644 --- a/doc/pages/components/tables.html +++ b/doc/pages/components/tables.html @@ -66,7 +66,7 @@ Tables can be easily customized using our Sass variables. {{> examples_tables_variables}} -**Note:** `rem-calc();` is a function we wrote to convert `px` to `rem`. It is included in **_variables.scss**. +**Note:** `rem-calc();` is a function we wrote to convert `px` to `rem`. It is included in **_functions.scss**. ***