Drop special stylesheet handling for atom-space-pen-views

This commit is contained in:
Nathan Sobo
2015-09-08 19:26:36 -06:00
parent 108b00dae0
commit b3e97cd5c6
3 changed files with 1 additions and 4 deletions

View File

@@ -99,7 +99,6 @@ module.exports = (grunt) ->
prebuildLessConfig =
src: [
'static/**/*.less'
'node_modules/atom-space-pen-views/stylesheets/**/*.less'
]
csonConfig =

View File

@@ -23,8 +23,6 @@ module.exports = (grunt) ->
importFallbackVariables = (lessFilePath) ->
if lessFilePath.indexOf('static') is 0
false
else if lessFilePath.indexOf('atom-space-pen-views') isnt -1
false
else
true

View File

@@ -6,7 +6,7 @@
.loading-message {
.octicon(hourglass);
&::before {
&:before {
font-size: 1.1em;
width: 1.1em;
height: 1.1em;