1 template.php | basis_updated_css_versions() |
Returns the versions of Backdrop that contain updated CSS for Basis.
Every time a new supplemental CSS update is added to core, the core version should be added to this list. When a new version is added, the "css_update_version" in basis.settings.json should match the added value.
File
- core/
themes/ basis/ template.php, line 83 - Basis preprocess functions and theme function overrides.
Code
function basis_updated_css_versions() {
return array('1.30');
}