mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
* calc() fix - fixes #974 * Parses and retrieves a namespaced value * Adds a bunch of new tests for aliasing and namespacing * Added more CSS Grid tests * Added tests for passing mixins into mixins, since it's just another value * Release v3.5.0-beta.4
16 lines
460 B
JSON
16 lines
460 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Less test",
|
|
"program": "${workspaceFolder}/test/index.js",
|
|
"cwd": "${workspaceFolder}",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |