Language Features
- Less - Parent Selectors
- Less - Merge
- Less - Loops
- Less - CSS Guards
- Less - Mixin Guards
- Less - Import Options
- Less - Import Directives
- Less - Passing Rulesets to Mixins
- Less - Mixins as Functions
- Less - Parametric Mixins
- Less - Mixins
- Less - Extend
- Less - Variables
- Less - Importing
- Less - Comments
- Less - Scope
- Less - Namespaces and Accessors
- Less - Functions
- Less - Escaping
- Less - Operations
- Less - Nested Directives and Bubbling
- Less - Nested Rules
Functions
- Less - Color Blending Functions
- Less - Color Operation
- Less - Color Channel Functions
- Less - Color Defination Functions
- Less - Type Functions
- Less - Math Functions
- Less - List Functions
- Less - String Functions
- Less - Misc Functions
Usage
- Less - Frameworks
- Less - Third Party Compilers
- Less - Editors and Plugins
- Less - GUIs
- Less - Online Compilers
- Less - Programmatic Usage
- Less - Plugins
- Less - Browser support
- Using Less In The Browser
- Less - Command Line Usage
Less Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
LESS - Misc Functions
Misc functions consist of a group of functions of a different kind.
The following table psts all the types of misc functions −
Sr.No. | Functions & Description |
---|---|
1 | It is a string which represents colors. |
2 | It is used to examine the dimension of the image from the file. |
3 | It examines the width of the image from the file. |
4 | It examines the height of the image from the file. |
5 | A number is converted from one unit to another. |
6 | Data uri is uniform resource identifier (URI) schema which gets a resource inpne on webpages. |
7 | Default function returns true only when it is available inside the guard condition and does not match with any other mixin. |
8 | Default function returns true only when it is available inside the guard condition and does not match with any other mixin |
9 | get - unit function returns its unit where the argument is present with number and units. |
10 | svg-gradient is a transition of one color to another. It can add many colors to the same element. |