mirror of https://github.com/freeCodeCamp/devdocs
parent
9dd201c639
commit
d54e271e0b
@ -0,0 +1,9 @@
|
||||
module Docs
|
||||
class Tailwindcss
|
||||
class NoopFilter < Filter
|
||||
def call
|
||||
return html
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in new issue