sass-template-common 0.2.27 → 0.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1031,6 +1031,7 @@ export declare type LibraryConfig = {
1031
1031
  VARIANT_videos?: 'op2' | 'op1';
1032
1032
  VARIANT_autor?: 'op1' | 'op2';
1033
1033
  VARIANT_tag?: 'op1' | 'op2';
1034
+ S3_ID_DIR?: string;
1034
1035
  CONFIG_comments?: boolean;
1035
1036
  CONFIG_hasSlugRoute?: boolean;
1036
1037
  CONFIG_slugAsSection?: boolean;