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

LESS CSS versoin upgrade to 1.3.3 #4017

wants to merge 5 commits into from

Conversation

sathyamoorthi
Copy link
Contributor

This will help brackets to have up to date LESS CSS version. Lot of new features landed on this version. Particularly i am interested on "modifyVars" which will help for theming.

Please see this Google group post for more update.

@@ -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.

@gruehle
Copy link
Member

gruehle commented May 29, 2013

@sathyamoorthi -- Thanks for doing this, but we already have pull request #3996, which updates LESS and Bootstrap. That request will be landing soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants