]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Remove duplicate "with" in concepts.html
authorTanay B <tanaybiradar24@gmail.com>
Sun, 12 Apr 2020 20:05:26 +0000 (13:05 -0700)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 12 Apr 2020 23:16:01 +0000 (00:16 +0100)
docs/documentation/customize/concepts.html

index 9a781d9e0bb4d0494bb0ca8c189425c41d561b42..ef27251b02a95cb0d937f178f88a04f0ce981427 100644 (file)
@@ -65,18 +65,18 @@ breadcrumb:
   </ul>
 
   <p>
-    This can be achieved with:
+    This can be achieved with any of the following:
   </p>
 
   <ul>
     <li>
-      with <a href="{{ site.url }}{{ node_sass_link.path }}">node-sass</a>
+     <a href="{{ site.url }}{{ node_sass_link.path }}">node-sass</a>
     </li>
     <li>
-      with the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
+      the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
     </li>
     <li>
-      with <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
+      <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
     </li>
   </ul>
 </div>