WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0659b1e

Browse files
committed
Remove legacy less engine registration
1 parent c7a3e6f commit 0659b1e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,6 @@ Supported engines:
902902
| css: | none | Shortcut | Shortcut to embed css code and wrap in style tag |
903903
| sass: | sass-embedded or sassc or sass | Compile time | Embed sass code and wrap in style tag |
904904
| scss: | sass-embedded or sassc or sass | Compile time | Embed scss code and wrap in style tag |
905-
| less: | less | Compile time | Embed less css code and wrap in style tag |
906905
| coffee: | coffee-script | Compile time | Compile coffee script code and wrap in script tag |
907906
| markdown: | redcarpet/rdiscount/kramdown | Compile time + Interpolation | Compile markdown code and interpolate #\{variables} in text |
908907
| textile: | redcloth | Compile time + Interpolation | Compile textile code and interpolate #\{variables} in text |

lib/slim/embedded.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def on_slim_embedded(engine, body, attrs)
234234

235235
# These engines are executed at compile time
236236
register :coffee, JavaScriptEngine, engine: TiltEngine
237-
register :less, TagEngine, tag: :style, engine: TiltEngine
238237
register :sass, TagEngine, :pretty, tag: :style, engine: SassEngine
239238
register :scss, TagEngine, :pretty, tag: :style, engine: SassEngine
240239

0 commit comments

Comments
 (0)