Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Daniel Idzerda Newcomer
@danyoson · Joined 8 years ago · 2 posts · 1 topics · 0 reputation
Badges
✏️ First Post
💬 Conversation Starter
Recent posts
-
Assets PHP addCSS() with theme:// not working as expected
· 8 years ago
Figured it out, I was just missing something. For people in the future, I was calling the function before assets were initialized. Calling the function on onAssetsInitialized fixed the problem. Ref h
-
Assets PHP addCSS() with theme:// not working as expected
· 8 years ago
The theme that I am currently trying to extend (Clean-Blog) doesn't have the custom.css in its template files like antimatter has. So to avoid having to override the whole base.html.twig I thought I c