From b8597f51a8009feed322f1a23c14240382550e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lesiecki?= Date: Tue, 2 Feb 2016 21:10:09 +0100 Subject: [PATCH] Update README.md Since Less 2.6 you don't need to escape custom at-rules anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d52023..b3b4b26b 100644 --- a/README.md +++ b/README.md @@ -738,7 +738,7 @@ div { - If you're using [Less](http://lesscss.org/) there are sometimes issues with fractions being divided before Lost can interpret them. - To fix, escape the math like so: `lost-column: ~"1/2";`. - See: [Lost issue 229](https://github.com/peterramsing/lost/issues/229), [Less issue 974](https://github.com/less/less.js/issues/974) -- If you're using [Less](http://lesscss.org/) you need to escape any `@lost` declarations like so: [See Issue 197](https://github.com/peterramsing/lost/issues/197#issuecomment-170324607) +- If you're using [Less](http://lesscss.org/) in version `<2.6` you need to escape any `@lost` declarations like so: [See Issue 197](https://github.com/peterramsing/lost/issues/197#issuecomment-170324607) ```less .escape-at-rules(@literal) {