Hi,
the core css library are imported automatically, if You want to override
some styles, you should import it after importing of Autocomplete.css, it
could be made in CleanupRender phase:
@CleanupRender
@Import(stylesheet = {
"classpath:/META-INF/assets/MyAutocompleteOverrides.css" })
void cleanupRender() {
}
Regards
Eugen
2013/9/13 George Christman <[email protected]>
> Hello, I'm using t5.4.20 and I'm working on building a custom autocomplete
> component and I'm looking to import the autocomplete.css in the core. Does
> anybody know how to access this library?
>