Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inline_all_css
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
inline_all_css
Merge requests
!8
Issue
#3266717
: Add out of the box support for the core Olivero theme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3266717
: Add out of the box support for the core Olivero theme
issue/inline_all_css-3266717:3266717-add-out-of
into
1.0.x
Overview
0
Commits
2
Pipelines
0
Changes
14
Open
Luke Leber
requested to merge
issue/inline_all_css-3266717:3266717-add-out-of
into
1.0.x
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
14
Expand
0
0
Merge request reports
Compare
1.0.x
version 1
c9cfa371
3 years ago
1.0.x (HEAD)
and
latest version
latest version
d36415d2
2 commits,
3 years ago
version 1
c9cfa371
2 commits,
3 years ago
14 files
+
555
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
src/Annotation/CompatibilityShim.php
0 → 100644
+
28
−
0
Options
<?php
namespace
Drupal\inline_all_css\Annotation
;
use
Drupal\Component\Annotation\Plugin
;
/**
* Defines a Compatibility Shim annotation.
*
* @Annotation
*/
class
CompatibilityShim
extends
Plugin
{
/**
* The plugin ID.
*
* @var string
*/
public
$id
;
/**
* The assets that this shim applies to.
*
* @var string[]
*/
public
$assets
=
[];
}
Loading