Method: CloudAssets.fixup_css
- Defined in:
- lib/cloud_assets.rb
.fixup_css(css) ⇒ Object
Monkey-patch this method if you need to hack some fixups into css from your asset source.
29 30 31 |
# File 'lib/cloud_assets.rb', line 29 def self.fixup_css(css) css end |