Skip to content
Snippets Groups Projects
Commit 61072ea2 authored by Max Pogonowski's avatar Max Pogonowski Committed by Lee Rowlands
Browse files

Issue #3472937 by darvanen: Import CSS in .mjs file

parent 6f0bbf3a
No related branches found
No related tags found
1 merge request!6import CSS from npm library
a11y_autocomplete_element:
js:
js/a11y-autocomplete.esm.js: { }
css:
theme:
css/a11y_autocomplete_element.css: { }
js/a11y-autocomplete.mjs: { }
......@@ -4,6 +4,8 @@
*/
import A11yAutocomplete from '@drupal/autocomplete';
import '@drupal/autocomplete/src/a11y.autocomplete.css';
import '../css/a11y_autocomplete_element.css';
((Drupal, once) => {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment