Skip to content

Commit

Permalink
Add CSS_DEFAULT constant
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenoh committed Nov 16, 2023
1 parent 056369d commit ffbaf99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@

require_once __DIR__ . '/constants/bootstrap.php';
require_once __DIR__ . '/constants/comment.php';
require_once __DIR__ . '/constants/common.php';
require_once __DIR__ . '/constants/file.php';
6 changes: 6 additions & 0 deletions src/constants/common.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

declare(strict_types=1);

// In Drupal 10 this has been replaced with CSS_AGGREGATE_DEFAULT.
const CSS_DEFAULT = 0;

0 comments on commit ffbaf99

Please sign in to comment.