2024-08-13
This commit is contained in:
parent
bd804e6083
commit
d26f851139
332 changed files with 1371 additions and 309 deletions
9
stylelint.d.ts
vendored
Normal file
9
stylelint.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* Définition d'un groupe de Propriétés _CSS_ du plugin `stylelint-config-clean-order` pour
|
||||
* _Stylelint_.
|
||||
*/
|
||||
type StylelintConfigCleanOrderPropertyGroup = {
|
||||
emptyLineBefore: "never" | "threshold";
|
||||
noEmptyLineBetween: boolean;
|
||||
properties: string | Array<string>;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue