LESS to SASS

 
Türkçe Tema
1. replace @ with $
Find: @
Replace: $

2. replace mixins
Find: \.([\w\-]*)\s*\((.*)\)\s*\{
Replace: @mixin \(\)\n{

3. replace includes
Find: \.([\w\-]*\(.*\)\s*;)
Replace: @include 

4. replace string literals
Find: ~"(.*)"
Replace: #{""}

5. replace spin to adjust-hue (function name diff)
Find: spin
Replace: adjust-hue

Resources:

Bir yanıt bırakın

Yorumlarınız çok değerli, bunu biliyorum; gerekli özeni göstereceğimden emin olabilirsiniz.

Aşağıdaki HTML etiketlerini ve özelliklerini kullanabilirsiniz:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>