rename remaining static css files to less

Esse commit está contido em:
Justin Palmer
2013-03-05 15:10:52 -08:00
commit de Corey Johnson
commit 0624ba6d3f
15 arquivos alterados com 11 adições e 12 exclusões
+1 -2
Ver Arquivo
@@ -7,7 +7,7 @@ Config = require 'config'
Project = require 'project'
require 'window'
requireStylesheet "jasmine.css"
requireStylesheet "jasmine.less"
# Load TextMate bundles, which specs rely on (but not other packages)
atom.loadTextMatePackages()
@@ -127,4 +127,3 @@ $.fn.textInput = (data) ->
event = document.createEvent 'TextEvent'
event.initTextEvent('textInput', true, true, window, data)
this.each -> this.dispatchEvent(event)