Skip to content

Commit

Permalink
Add constant CSS_DEFAULT (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenoh authored Nov 16, 2023
1 parent f3f2cff commit 23cb2c7
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 23cb2c7

Please sign in to comment.