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