Przeglądaj źródła

Update Less documentation (1.7.4)

Thibaut 11 lat temu
rodzic
commit
8067ac27bd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/docs/scrapers/less.rb

+ 1 - 1
lib/docs/scrapers/less.rb

@@ -1,7 +1,7 @@
 module Docs
   class Less < UrlScraper
     self.type = 'less'
-    self.version = '1.7.3'
+    self.version = '1.7.4'
     self.base_url = 'http://lesscss.org'
     self.root_path = '/features'
     self.initial_paths = %w(/functions)