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

Commit

Permalink
Less CSS version update from 1.0.0 to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sathyamoorthi committed May 29, 2013
1 parent 434e477 commit 7da71b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
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%));
}
}
// 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: 9 additions & 0 deletions src/thirdparty/less-1.3.3.min.js

Large diffs are not rendered by default.

0 comments on commit 7da71b0

Please sign in to comment.