Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7da71b0

Browse files
committed
Less CSS version update from 1.0.0 to 1.3.3
1 parent 434e477 commit 7da71b0

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
<!-- TODO (Issue #278): switch between runtime LESS compilation in dev mode and precompiled version -->
9292
<link rel="stylesheet/less" href="styles/brackets.less">
93-
<script src="thirdparty/less-1.3.0.min.js"></script>
93+
<script src="thirdparty/less-1.3.3.min.js"></script>
9494
<script src="thirdparty/mustache/mustache.js"></script>
9595
<!-- <link rel="stylesheet" href="brackets.min.css"> -->
9696

src/styles/bootstrap/forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ select:focus {
184184
border-color: @borderColor;
185185
&:focus {
186186
border-color: darken(@borderColor, 10%);
187-
.box-shadow(0 0 6px lighten(@borderColor, 20%);
187+
.box-shadow(0 0 6px lighten(@borderColor, 20%));
188188
}
189189
}
190190
// Give a small background color for input-prepend/-append

src/styles/brackets_shared.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
// CodeMirror
3737
// Must wrap in quotes to avoid issue #1015 (true for all relative URLs to non-LESS files)
38-
@import url("../thirdparty/CodeMirror2/lib/codemirror.css");
38+
@import "../thirdparty/CodeMirror2/lib/codemirror.css";
3939

4040
/* LESS imports */
4141

src/thirdparty/less-1.3.3.min.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)