Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
a11y_autocomplete_element
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
a11y_autocomplete_element
Commits
61072ea2
Commit
61072ea2
authored
4 weeks ago
by
Max Pogonowski
Committed by
Lee Rowlands
4 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3472937
by darvanen: Import CSS in .mjs file
parent
6f0bbf3a
No related branches found
No related tags found
1 merge request
!6
import CSS from npm library
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
a11y_autocomplete_element.foxy.yml
+1
-4
1 addition, 4 deletions
a11y_autocomplete_element.foxy.yml
js/a11y-autocomplete.mjs
+2
-0
2 additions, 0 deletions
js/a11y-autocomplete.mjs
with
3 additions
and
4 deletions
a11y_autocomplete_element.foxy.yml
+
1
−
4
View file @
61072ea2
a11y_autocomplete_element
:
js
:
js/a11y-autocomplete.esm.js
:
{
}
css
:
theme
:
css/a11y_autocomplete_element.css
:
{
}
js/a11y-autocomplete.mjs
:
{
}
This diff is collapsed.
Click to expand it.
js/a11y-autocomplete.
esm.
js
→
js/a11y-autocomplete.
m
js
+
2
−
0
View file @
61072ea2
...
...
@@ -4,6 +4,8 @@
*/
import
A11yAutocomplete
from
'
@drupal/autocomplete
'
;
import
'
@drupal/autocomplete/src/a11y.autocomplete.css
'
;
import
'
../css/a11y_autocomplete_element.css
'
;
((
Drupal
,
once
)
=>
{
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment