You are here

constant ADVAGG_CSS_COUNT_THRESHOLD in Advanced CSS/JS Aggregation 7

Same name and namespace in other branches
  1. 6 advagg.module \ADVAGG_CSS_COUNT_THRESHOLD

Default value for number of files that can be added before using @import.

2 uses of ADVAGG_CSS_COUNT_THRESHOLD
advagg_unlimited_css_builder in includes/css.inc
Logic to figure out what kind of css tags to use.
advagg_unlimited_css_import in includes/css.inc
Use import tags for CSS

File

includes/constants.inc, line 51

Code

define('ADVAGG_CSS_COUNT_THRESHOLD', 25);