зеркало из https://github.com/mozilla/brackets.git
Fix https://github.com/mozilla/thimble.mozilla.org/issues/2005: bramble.less
This commit is contained in:
Родитель
ab33b796f7
Коммит
885a8639ab
|
@ -167,7 +167,7 @@ module.exports = function (grunt) {
|
|||
// XXXBramble: if you change this, change configureExtensions() below too.
|
||||
"dist/styles/brackets.min.css": [
|
||||
"src/thirdparty/CodeMirror/lib/codemirror.css",
|
||||
"src/styles/brackets.less"
|
||||
"src/styles/bramble.less"
|
||||
]
|
||||
},
|
||||
options: {
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
<!--(if target dev)><!-->
|
||||
<link rel="stylesheet" type="text/css" href="thirdparty/CodeMirror/lib/codemirror.css">
|
||||
<link rel="stylesheet/less" type="text/css" href="styles/brackets.less">
|
||||
<link rel="stylesheet/less" type="text/css" href="styles/bramble.less">
|
||||
<!--<!(endif)-->
|
||||
<!--(if target dist)>
|
||||
<link rel="stylesheet" type="text/css" href="styles/brackets.min.css">
|
||||
|
|
|
@ -57,6 +57,3 @@
|
|||
|
||||
// Styling for scrollbars
|
||||
@import url("brackets_scrollbars.less");
|
||||
|
||||
// Thimble-specific overrides
|
||||
@import url("bramble_overrides.less");
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* This is the root CSS for Bramble. It includes everything Brackets does
|
||||
* as well as overrides specific to Bramble. Put your rules in bramble_overrides.less
|
||||
* or create a new file and include it here.
|
||||
*/
|
||||
|
||||
// Brackets root stylesheet
|
||||
@import url("brackets.less");
|
||||
|
||||
// Thimble-specific overrides
|
||||
@import url("bramble_overrides.less");
|
Загрузка…
Ссылка в новой задаче