mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Trying to standardize sass imports in an effort to test #1615, to no avail.
This commit is contained in:
parent
1dda6bfcfc
commit
2611e441d7
43 changed files with 77 additions and 59 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -88,6 +88,8 @@ login.coffee
|
|||
# debugging
|
||||
*.heapsnapshot
|
||||
|
||||
npm-debug.log*
|
||||
|
||||
temp/
|
||||
### If you add something here, copy it to the end of .npmignore, too. ###
|
||||
|
||||
|
|
|
@ -104,3 +104,6 @@ login.coffee
|
|||
# debugging
|
||||
*.heapsnapshot
|
||||
|
||||
npm-debug.log*
|
||||
|
||||
temp/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "../bootstrap/variables"
|
||||
@import "../bootstrap/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
#account-home
|
||||
dl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "bootstrap/variables"
|
||||
@import "bootstrap/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
html
|
||||
background-color: #2f261d
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "../bootstrap/variables"
|
||||
@import "../bootstrap/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
// This is still very blocky. Browser reflows? Investigate why.
|
||||
.open > .dropdown-menu
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "bootstrap/variables"
|
||||
@import "bootstrap/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
#community-view
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
#add-thangs-view
|
||||
$addPaletteIconColumns: 6
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
#select-point-modal
|
||||
@include user-select(none)
|
||||
|
@ -15,4 +15,4 @@
|
|||
width: 23%
|
||||
box-sizing: border-box
|
||||
text-align: center
|
||||
margin: 0 1% 10px
|
||||
margin: 0 1% 10px
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
#thangs-tab-view
|
||||
$extantThangsWidth: 250px
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "bootstrap/mixins"
|
||||
@import "bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#front-view
|
||||
h1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "bootstrap/mixins"
|
||||
@import "bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#home-view
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "bootstrap/mixins"
|
||||
@import "bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#not-found-view
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "bootstrap/mixins"
|
||||
@import "bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#play-view
|
||||
.row
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#ladder-home-view
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
body.is-playing
|
||||
background-color: black
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#level-chat-view
|
||||
|
||||
|
@ -76,4 +77,4 @@
|
|||
border-color: rgba(0,0,0,0.4)
|
||||
border-radius: 2px
|
||||
border-width: 1px
|
||||
text-shadow: 1px 1px 1px black
|
||||
text-shadow: 1px 1px 1px black
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "../../bootstrap/variables"
|
||||
@import "../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#control-bar-view
|
||||
width: 55%
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#goals-view
|
||||
position: absolute
|
||||
|
@ -50,4 +51,4 @@
|
|||
display: none
|
||||
|
||||
#goals-view.collapsed ul
|
||||
display: none
|
||||
display: none
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#gold-view
|
||||
display: none
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#thang-hud.no-selection
|
||||
.center
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#level-flags-view
|
||||
display: none
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
@mixin wing-background($url: '', $backgroundPosition: left)
|
||||
background: black
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#playback-view
|
||||
width: 55%
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
.thang-avatar-view
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
+keyframes(castablePulse)
|
||||
from
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
.problem-alert
|
||||
z-index: 10
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
@mixin editor-height($extraHeight)
|
||||
@include box-sizing(border-box)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
.spell-debug-view
|
||||
position: absolute
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#spell-list-view
|
||||
display: none
|
||||
|
@ -15,4 +16,4 @@ html.no-borderimage
|
|||
#spell-list-view
|
||||
background: transparent url(/images/level/popover_background.png)
|
||||
background-size: 100% 100%
|
||||
border: 0
|
||||
border: 0
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
.spell-list-entry-view
|
||||
code
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
.spell-list-entry-view
|
||||
.spell-list-entry-thangs-view
|
||||
|
@ -25,4 +26,4 @@ html.no-borderimage
|
|||
.spell-list-entry-thangs-view
|
||||
background: transparent url(/images/level/popover_background.png)
|
||||
background-size: 100% 100%
|
||||
border: 0
|
||||
border: 0
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#spell-palette-view
|
||||
position: absolute
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#level-view.hero .spell-palette-entry-view
|
||||
// Not clickable.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
.spell-toolbar-view
|
||||
position: relative
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#thang-list-view
|
||||
margin: 50px 15px 15px 15px
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
.thang-list-entry-view
|
||||
@include opacity(0.90)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
.thang-list-entry-spells
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#tome-view
|
||||
height: 100%
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#spectate-level-view
|
||||
#playback-view
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
$forestMapWidth: 2500
|
||||
$forestMapHeight: 1536
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "bootstrap/variables"
|
||||
@import "bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#employers-wrapper
|
||||
background-color: #B4B4B4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "../bootstrap/variables"
|
||||
@import "../bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
@import "app/styles/bootstrap/variables"
|
||||
|
||||
#user-home
|
||||
margin-top: 20px
|
||||
|
|
|
@ -25,11 +25,11 @@ exports.config =
|
|||
vendor[\/\\](?!scripts[\/\\]Box2d)
|
||||
|bower_components[\/\\](?!aether)
|
||||
)///
|
||||
'javascripts/box2d.js': ///^(
|
||||
'javascripts/box2d.js': ///^(
|
||||
# Include box2dweb for profiling and IE9
|
||||
# Vector renamed to Box2DVector to avoid name collisions
|
||||
# TODO: move this to assets/lib since we're not really joining anything here?
|
||||
(vendor[\/\\]scripts[\/\\]Box2dWeb-2.1.a.3)
|
||||
(vendor[\/\\]scripts[\/\\]Box2dWeb-2.1.a.3)
|
||||
)///
|
||||
'javascripts/lodash.js': ///^(
|
||||
(bower_components[\/\\]lodash[\/\\]dist[\/\\]lodash.js)
|
||||
|
|
Loading…
Reference in a new issue