Skip to content
Snippets Groups Projects
Commit 81ce139a authored by Liam Morland's avatar Liam Morland
Browse files

Coding standards

parent 3fdd6565
No related branches found
No related tags found
1 merge request!35Coding standards
This diff is collapsed.
......@@ -511,4 +511,4 @@ $gesso: (
xxl: 96px,
),
gutter-width: 40px,
);
\ No newline at end of file
);
......@@ -93,7 +93,3 @@
.sliding-popup-top {
position: relative;
}
......@@ -4,5 +4,5 @@ title: eu-cookie-compliance
---
__Variables:__
* Demo html and css pattern only - no js or cookie functionality as it is contained in the module.
* Demo html and css pattern only - no js or cookie functionality as it is
contained in the module.
......@@ -13,6 +13,7 @@
use Drupal\Core\Template\Attribute;
// phpcs:ignore DrupalPractice.CodeAnalysis.VariableAnalysis.UnusedVariable
$function = new Twig_SimpleFunction('add_attributes', function ($context, $additional_attributes = [], $attribute_type = 'attributes') {
if (class_exists('Drupal')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment