mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 20:51:22 +01:00
8 lines
No EOL
152 B
Ruby
8 lines
No EOL
152 B
Ruby
class Sass::Tree::Visitors::Perform < Sass::Tree::Visitors::Base
|
|
|
|
# Removes all comments completely
|
|
def visit_comment(node)
|
|
return []
|
|
end
|
|
|
|
end |