module.exports = ( grunt, options ) ->
  fixtable:
    options:
      map: true
    src: 'dist/fixtable.css'
    dest: 'dist/fixtable.css'
