mirror of
https://github.com/less/less.js.git
synced 2026-01-21 05:08:10 -05:00
As described in https://github.com/less/less.js/issues/2675 in-value comments are not preserved in referenced rules. This patch adds reference marking to nodes below rules and expressions if markReferenced is available.
28 lines
262 B
Plaintext
28 lines
262 B
Plaintext
# OS and IDE
|
|
.emacs*
|
|
*.flymake
|
|
*~
|
|
.#*
|
|
.idea
|
|
*.iml
|
|
*.sublime-*
|
|
|
|
# npm
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# project-specific
|
|
tmp
|
|
test/browser/less.js
|
|
test/sourcemaps/**/*.map
|
|
test/sourcemaps/*.map
|
|
test/sourcemaps/*.css
|
|
test/less-bom
|
|
|
|
# grunt
|
|
.grunt
|
|
|
|
# gradle
|
|
.gradle
|
|
out
|