From 16abb34d11f5cb71fc108d0c76ad240a74702597 Mon Sep 17 00:00:00 2001 From: Matthew Dean Date: Sun, 15 Nov 2015 14:50:34 -0800 Subject: [PATCH 1/2] Post notice at top of readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5c4f0d2..19e331a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +**NOTE: This list is currently being compiled and as such, should not be interpreted as an official roadmap. If you'd like to help, find ready-to-implement issues and link to them in this repo's Issues, or (better yet) submit a PR for this readme.** + + # Less.js Roadmap While upcoming features are documented in Less.js's Github issue threads, it can be hard to glean the outcome of lengthy discussions. For convenience, here is a summary of features that have been discussed and are either under consideration or are ready to implement. From fb96ab433543e9d44ad678fb4381052348979c3a Mon Sep 17 00:00:00 2001 From: Matthew Dean Date: Fri, 4 Mar 2016 10:44:52 -0700 Subject: [PATCH 2/2] Update with ReadyToImplement list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 19e331a..b9ca226 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ While upcoming features are documented in Less.js's Github issue threads, it can Feature | Summary | Issue |   ------- | ---- | --- | --- :extend | Additional keyword flags (any, deep) for different extend behaviors | [#2101](../../../less.js/issues/2101) [#1155](../../../less.js/issues/1155) | [Details](extend.md) + | Extending mixins | [#1177](../../../less.js/issues/1177) + | Allow extending within @media queries | [#2095](../../../less.js/issues/2095) + | Extend generated / dynamic classes | [#2200](../../../less.js/issues/2200) +@variables | Assign a list of selectors to a variable | [#1421](../../../less.js/issues/1421) +@import | Group @import statements for easier declaration | [#1334](../../../less.js/issues/1334) +selectors | A more relaxed parsing of selectors (CSS4) |[#1292](../../../less.js/issues/1292) + | Merge adjacent duplicate selectors | [#930](../../../less.js/issues/930)