79 80 81
# File 'lib/cup/directory.rb', line 79 def stylesheets FileList['**/*.css'].map{|f| Pathname.new(f).expand_path} end