From: harry Date: Thu, 9 Feb 2017 08:52:22 +0000 (+0530) Subject: Coorection in docs comments X-Git-Tag: v6.4.0-rc1~23^2~20^2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34ce153bb79c93b41db9596f5c389909ac9092e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Coorection in docs comments --- diff --git a/scss/prototype/_list-style-type.scss b/scss/prototype/_list-style-type.scss index 673f927a1..1b915c7f3 100644 --- a/scss/prototype/_list-style-type.scss +++ b/scss/prototype/_list-style-type.scss @@ -16,8 +16,8 @@ $prototype-style-type-unordered-classes: ( disc, circle, square ) !default; -// Map containing all the `style-type-ordered` classes -// @type Map +/// Map containing all the `style-type-ordered` classes +/// @type Map $prototype-style-type-ordered-classes: ( decimal, lower-alpha, lower-latin, lower-roman, upper-alpha, upper-latin, upper-roman ) !default;