You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/public/docs/less/index.json

1 line
11 KiB

{"entries":[{"name":"% format","path":"functions#string-functions--format","type":"Functions: String"},{"name":"+:","path":"index#merge-feature","type":"Language"},{"name":".loop()","path":"index#loops-feature","type":"Language"},{"name":":extend()","path":"index#extend-feature","type":"Language"},{"name":":extend(all)","path":"index#extend-feature-extend-all-","type":"Language"},{"name":"@@var","path":"index#variables-feature-variable-names","type":"Language"},{"name":"@arguments","path":"index#mixins-parametric-feature-the-arguments-variable","type":"Language"},{"name":"@import","path":"index#import-directives-feature","type":"Language"},{"name":"@import css","path":"index#import-options-css","type":"Language"},{"name":"@import inline","path":"index#import-options-inline","type":"Language"},{"name":"@import less","path":"index#import-options-less","type":"Language"},{"name":"@import multiple","path":"index#import-options-multiple","type":"Language"},{"name":"@import once","path":"index#import-options-once","type":"Language"},{"name":"@import optional","path":"index#import-options-optional","type":"Language"},{"name":"@import reference","path":"index#import-options-reference","type":"Language"},{"name":"@property","path":"index#variables-feature-properties","type":"Language"},{"name":"@rest","path":"index#mixins-parametric-feature-advanced-arguments-and-the-rest-variable","type":"Language"},{"name":"@var","path":"index#variables-feature","type":"Language"},{"name":"@{} interpolation","path":"index#variables-feature-variable-interpolation","type":"Language"},{"name":"abs","path":"functions#math-functions-abs","type":"Functions: Math"},{"name":"acos","path":"functions#math-functions-acos","type":"Functions: Math"},{"name":"alpha","path":"functions#color-channel-alpha","type":"Functions: Color Channel"},{"name":"argb","path":"functions#color-definition-argb","type":"Functions: Color Definition"},{"name":"asin","path":"functions#math-functions-asin","type":"Functions: Math"},{"name":"atan","path":"functions#math-functions-atan","type":"Functions: Math"},{"name":"average","path":"functions#color-blending-average","type":"Functions: Color Blending"},{"name":"blue","path":"functions#color-channel-blue","type":"Functions: Color Channel"},{"name":"ceil","path":"functions#math-functions-ceil","type":"Functions: Math"},{"name":"color","path":"functions#misc-functions-color","type":"Functions: Misc"},{"name":"contrast","path":"functions#color-operations-contrast","type":"Functions: Color Operation"},{"name":"convert","path":"functions#misc-functions-convert","type":"Functions: Misc"},{"name":"cos","path":"functions#math-functions-cos","type":"Functions: Math"},{"name":"CSS Guards","path":"index#css-guards-feature","type":"Language"},{"name":"darken","path":"functions#color-operations-darken","type":"Functions: Color Operation"},{"name":"data-uri","path":"functions#misc-functions-data-uri","type":"Functions: Misc"},{"name":"default","path":"functions#misc-functions-default","type":"Functions: Misc"},{"name":"desaturate","path":"functions#color-operations-desaturate","type":"Functions: Color Operation"},{"name":"difference","path":"functions#color-blending-difference","type":"Functions: Color Blending"},{"name":"e","path":"functions#string-functions-e","type":"Functions: String"},{"name":"escape","path":"functions#string-functions-escape","type":"Functions: String"},{"name":"exclusion","path":"functions#color-blending-exclusion","type":"Functions: Color Blending"},{"name":"Extend","path":"index#extend-feature","type":"Language"},{"name":"extract","path":"functions#list-functions-extract","type":"Functions: List"},{"name":"fade","path":"functions#color-operations-fade","type":"Functions: Color Operation"},{"name":"fadein","path":"functions#color-operations-fadein","type":"Functions: Color Operation"},{"name":"fadeout","path":"functions#color-operations-fadeout","type":"Functions: Color Operation"},{"name":"floor","path":"functions#math-functions-floor","type":"Functions: Math"},{"name":"get-unit","path":"functions#misc-functions-get-unit","type":"Functions: Misc"},{"name":"green","path":"functions#color-channel-green","type":"Functions: Color Channel"},{"name":"greyscale","path":"functions#color-operations-greyscale","type":"Functions: Color Operation"},{"name":"hardlight","path":"functions#color-blending-hardlight","type":"Functions: Color Blending"},{"name":"hsl","path":"functions#color-definition-hsl","type":"Functions: Color Definition"},{"name":"hsla","path":"functions#color-definition-hsla","type":"Functions: Color Definition"},{"name":"hsv","path":"functions#color-definition-hsv","type":"Functions: Color Definition"},{"name":"hsva","path":"functions#color-definition-hsva","type":"Functions: Color Definition"},{"name":"hsvhue","path":"functions#color-channel-hsvhue","type":"Functions: Color Channel"},{"name":"hsvsaturation","path":"functions#color-channel-hsvsaturation","type":"Functions: Color Channel"},{"name":"hsvvalue","path":"functions#color-channel-hsvvalue","type":"Functions: Color Channel"},{"name":"hue","path":"functions#color-channel-hue","type":"Functions: Color Channel"},{"name":"image-height","path":"functions#misc-functions-image-height","type":"Functions: Misc"},{"name":"image-size","path":"functions#misc-functions-image-size","type":"Functions: Misc"},{"name":"image-width","path":"functions#misc-functions-image-width","type":"Functions: Misc"},{"name":"Import Directives","path":"index#import-directives-feature","type":"Language"},{"name":"Import Options","path":"index#import-options","type":"Language"},{"name":"iscolor","path":"functions#type-functions-iscolor","type":"Functions: Type"},{"name":"isem","path":"functions#type-functions-isem","type":"Functions: Type"},{"name":"iskeyword","path":"functions#type-functions-iskeyword","type":"Functions: Type"},{"name":"isnumber","path":"functions#type-functions-isnumber","type":"Functions: Type"},{"name":"ispercentage","path":"functions#type-functions-ispercentage","type":"Functions: Type"},{"name":"ispixel","path":"functions#type-functions-ispixel","type":"Functions: Type"},{"name":"isruleset","path":"functions#type-functions-isruleset","type":"Functions: Type"},{"name":"isstring","path":"functions#type-functions-isstring","type":"Functions: Type"},{"name":"isunit","path":"functions#type-functions-isunit","type":"Functions: Type"},{"name":"isurl","path":"functions#type-functions-isurl","type":"Functions: Type"},{"name":"length","path":"functions#list-functions-length","type":"Functions: List"},{"name":"lighten","path":"functions#color-operations-lighten","type":"Functions: Color Operation"},{"name":"lightness","path":"functions#color-channel-lightness","type":"Functions: Color Channel"},{"name":"Loops","path":"index#loops-feature","type":"Language"},{"name":"luma","path":"functions#color-channel-luma","type":"Functions: Color Channel"},{"name":"luminance","path":"functions#color-channel-luminance","type":"Functions: Color Channel"},{"name":"max","path":"functions#math-functions-max","type":"Functions: Math"},{"name":"Merge","path":"index#merge-feature","type":"Language"},{"name":"min","path":"functions#math-functions-min","type":"Functions: Math"},{"name":"Misc Functions","path":"functions","type":"Functions"},{"name":"mix","path":"functions#color-operations-mix","type":"Functions: Color Operation"},{"name":"Mixin Guards","path":"index#mixin-guards-feature","type":"Language"},{"name":"Mixins","path":"index#mixins-feature","type":"Language"},{"name":"Mixins as Functions","path":"index#mixins-as-functions-feature","type":"Language"},{"name":"mod","path":"functions#math-functions-mod","type":"Functions: Math"},{"name":"multiply","path":"functions#color-blending-multiply","type":"Functions: Color Blending"},{"name":"negation","path":"functions#color-blending-negation","type":"Functions: Color Blending"},{"name":"overlay","path":"functions#color-blending-overlay","type":"Functions: Color Blending"},{"name":"Parametric Mixins","path":"index#mixins-parametric-feature","type":"Language"},{"name":"Parent Selectors","path":"index#parent-selectors-feature","type":"Language"},{"name":"percentage","path":"functions#math-functions-percentage","type":"Functions: Math"},{"name":"pi","path":"functions#math-functions-pi","type":"Functions: Math"},{"name":"pow","path":"functions#math-functions-pow","type":"Functions: Math"},{"name":"red","path":"functions#color-channel-red","type":"Functions: Color Channel"},{"name":"replace","path":"functions#string-functions-replace","type":"Functions: String"},{"name":"rgb","path":"functions#color-definition-rgb","type":"Functions: Color Definition"},{"name":"rgba","path":"functions#color-definition-rgba","type":"Functions: Color Definition"},{"name":"round","path":"functions#math-functions-round","type":"Functions: Math"},{"name":"Rulesets","path":"index#detached-rulesets-feature","type":"Language"},{"name":"saturate","path":"functions#color-operations-saturate","type":"Functions: Color Operation"},{"name":"saturation","path":"functions#color-channel-saturation","type":"Functions: Color Channel"},{"name":"screen","path":"functions#color-blending-screen","type":"Functions: Color Blending"},{"name":"shade","path":"functions#color-operations-shade","type":"Functions: Color Operation"},{"name":"sin","path":"functions#math-functions-sin","type":"Functions: Math"},{"name":"softlight","path":"functions#color-blending-softlight","type":"Functions: Color Blending"},{"name":"spin","path":"functions#color-operations-spin","type":"Functions: Color Operation"},{"name":"sqrt","path":"functions#math-functions-sqrt","type":"Functions: Math"},{"name":"svg-gradient","path":"functions#misc-functions-svg-gradient","type":"Functions: Misc"},{"name":"tan","path":"functions#math-functions-tan","type":"Functions: Math"},{"name":"tint","path":"functions#color-operations-tint","type":"Functions: Color Operation"},{"name":"unit","path":"functions#misc-functions-unit","type":"Functions: Misc"},{"name":"url()","path":"index#variables-feature-urls","type":"Language"},{"name":"Variables","path":"index#variables-feature","type":"Language"},{"name":"when","path":"index#mixin-guards-feature","type":"Language"}],"types":[{"name":"Functions","count":1,"slug":"functions"},{"name":"Functions: Color Blending","count":9,"slug":"functions-color-blending"},{"name":"Functions: Color Channel","count":12,"slug":"functions-color-channel"},{"name":"Functions: Color Definition","count":7,"slug":"functions-color-definition"},{"name":"Functions: Color Operation","count":13,"slug":"functions-color-operation"},{"name":"Functions: List","count":2,"slug":"functions-list"},{"name":"Functions: Math","count":17,"slug":"functions-math"},{"name":"Functions: Misc","count":10,"slug":"functions-misc"},{"name":"Functions: String","count":4,"slug":"functions-string"},{"name":"Functions: Type","count":10,"slug":"functions-type"},{"name":"Language","count":33,"slug":"language"}]}