mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-01 03:03:09 +03:00
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:
parent
0d520e9930
commit
2d00d3e07e
@ -1,3 +1,5 @@
|
||||
@import "bootstrap/less/variables.less";
|
||||
|
||||
#config-view {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user