This repository was archived by the owner on Nov 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Functions
Anthony Bellancourt edited this page Jan 21, 2021
·
1 revision
Allows you to quickly select the selector name of an element
| Arguments | Description | Exemple | Return |
|---|---|---|---|
| selector | The named selector | container | [_container] |
| value | The value of attribute | 5 | [_container~='5'] |
Allows you to quickly choose the different selectors you require.
| Arguments | Description | Exemple | Return |
|---|---|---|---|
| selector | The named selector | container cont | [_container], [_cont] |
| value | The value of attribute | 5 | [_container~='5'], [_cont~='5'] |
Returns the value of the shadow according to the logic
| Arguments | Description | Exemple | Return |
|---|---|---|---|
| start | minimal value | 0 | / |
| end | maximal value | 5 | / |
| i | logic modifier | 2 | 2 |
Return the url of the font file name
| Arguments | Description | Exemple | Return |
|---|---|---|---|
| file | File name | exemple | 'fonts/exemple' |
