]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Coorection in docs comments
authorharry <harmanmanchanda182@gmail.com>
Thu, 9 Feb 2017 08:52:22 +0000 (14:22 +0530)
committerharry <harmanmanchanda182@gmail.com>
Thu, 9 Feb 2017 08:52:22 +0000 (14:22 +0530)
scss/prototype/_list-style-type.scss

index 673f927a1311d6723b71b0bdadd07ce059d6f4b6..1b915c7f388f94ea9d7d8867fcd6bd0ee2de2e27 100644 (file)
@@ -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;