Import variables.less into config.less so it can be compiled alone

We try to compile all stylesheets across the board, but now many of
our stylesheets are imported into a master `atom.less` stylesheet. The
config stylesheet would compile fine when included from `atom.less`,
but alone it fails because it doesn't have the variables. We should
probably only try to pre-compile stylesheets we intend to require
directly… using a manifest maybe?
This commit is contained in:
Nathan Sobo 2013-04-17 17:50:51 -06:00 committed by Corey Johnson & Kevin Sawicki
parent 0d520e9930
commit 2d00d3e07e

View File

@ -1,3 +1,5 @@
@import "bootstrap/less/variables.less";
#config-view {
height: 100%;
width: 100%;