2026-04-05
This commit is contained in:
parent
5f835ca4e6
commit
949195caf8
71 changed files with 535 additions and 458 deletions
8
lib/stylelint.d.ts
vendored
8
lib/stylelint.d.ts
vendored
|
|
@ -1,8 +0,0 @@
|
|||
/**
|
||||
* Définition d'un groupe de Propriétés _CSS_ du plugin `stylelint-config-clean-order` pour _Stylelint_.
|
||||
*/
|
||||
export type stylelintconfigcleanorderpropertygroup = {
|
||||
emptyLineBefore: "never" | "threshold";
|
||||
noEmptyLineBetween: boolean;
|
||||
properties: string | array<string>;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue