mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Drop special stylesheet handling for atom-space-pen-views
This commit is contained in:
@@ -99,7 +99,6 @@ module.exports = (grunt) ->
|
||||
prebuildLessConfig =
|
||||
src: [
|
||||
'static/**/*.less'
|
||||
'node_modules/atom-space-pen-views/stylesheets/**/*.less'
|
||||
]
|
||||
|
||||
csonConfig =
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
.loading-message {
|
||||
.octicon(hourglass);
|
||||
|
||||
&::before {
|
||||
&:before {
|
||||
font-size: 1.1em;
|
||||
width: 1.1em;
|
||||
height: 1.1em;
|
||||
|
||||
Reference in New Issue
Block a user