2024-11-22
2024-11-22 fonc(db) exporte la BDD de production
This commit is contained in:
parent
5b1b94c0fe
commit
2b13af6421
77 changed files with 20281 additions and 2988 deletions
4
lib/stylelint.d.ts
vendored
4
lib/stylelint.d.ts
vendored
|
|
@ -1,8 +1,8 @@
|
|||
/**
|
||||
* Définition d'un groupe de Propriétés _CSS_ du plugin `stylelint-config-clean-order` pour _Stylelint_.
|
||||
*/
|
||||
export type StylelintConfigCleanOrderPropertyGroup = {
|
||||
export type stylelintconfigcleanorderpropertygroup = {
|
||||
emptyLineBefore: "never" | "threshold";
|
||||
noEmptyLineBetween: boolean;
|
||||
properties: string | Array<string>;
|
||||
properties: string | array<string>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue