mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-01-13 20:52:43 +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 |