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

LESS CSS versoin upgrade to 1.3.3 #4017

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion src/styles/bootstrap/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ select:focus {
border-color: @borderColor;
&:focus {
border-color: darken(@borderColor, 10%);
.box-shadow(0 0 6px lighten(@borderColor, 20%);
.box-shadow(0 0 6px lighten(@borderColor, 20%));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Syntax error. This is anyway needs to be fixed.

}
}
// Give a small background color for input-prepend/-append
Expand Down
2 changes: 1 addition & 1 deletion src/styles/brackets_shared.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

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

/* LESS imports */

Expand Down
9 changes: 0 additions & 9 deletions src/thirdparty/less-1.3.0.min.js

This file was deleted.

9 changes: 9 additions & 0 deletions src/thirdparty/less-1.3.3.min.js

Large diffs are not rendered by default.