This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
LessCSSPlugin: return original text if not a .less file
main
Ryan Kelly
13 years ago
parent
9fde5a7416
commit
0d15885573
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hyde/ext/plugins/less.py
+ 1
- 1
hyde/ext/plugins/less.py
View File
@@ -34,7 +34,7 @@ class LessCSSPlugin(CLTransformer):
"""
if not resource.source_file.kind == 'less':
return
return
text
import_finder = re.compile(
'^\\s*@import\s+(?:\'|\")([^\'\"]*)(?:\'|\")\s*\;\s*$',
re.MULTILINE)
Write
Preview
Loading…
Cancel
Save