mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Remove unused gradient mixin replacement
This commit is contained in:
parent
53e1e3ea52
commit
7ca365cc74
1 changed files with 0 additions and 4 deletions
|
@ -174,10 +174,6 @@ private
|
|||
less.gsub(/#font \> #family \> \.([\w-]+)/, '@include font-family-\1')
|
||||
end
|
||||
|
||||
#def replace_grads(less)
|
||||
# less.gsub(/#gradient \> \.([\w-]+)/, '@include gradient-\1')
|
||||
#end
|
||||
|
||||
def replace_less_extend(less)
|
||||
less.gsub(/\#(\w+) \> \.([\w-]*)(\(.*\));?/, '@include \1-\2\3;')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue