Hello, I have a stand alone module that I would like to put css in, Module/Assets/css/ file.css
Can I call this into a view file that does not have a head tag or do i have to put the css at the bottom of the view file in style tags?
A special welcome to our newest member, KnoldTot.
Module Assets Folder css
#1
21 Jul 2025, 9:51am UTC
Monday 21st July 2025, at 9:51am UTC
Status: Resolved
#2
24 Jul 2025, 11:50am UTC
Thursday 24th July 2025, at 11:50am UTC
Hi Dan,
Yes you can. A great example of doing this is using the Trongate VSCode extension. Just install it and right click on the `module` folder of your app and select the `New Trogate Module` in the dropdown. Follow the prompts and you will have this boiler plate code:don't forget the asset trigger in `config.phpas this tells Trongate to look in the assets folder!
Yes you can. A great example of doing this is using the Trongate VSCode extension. Just install it and right click on the `module` folder of your app and select the `New Trogate Module` in the dropdown. Follow the prompts and you will have this boiler plate code:don't forget the asset trigger in `config.phpas this tells Trongate to look in the assets folder!
Winning Post!
The thread creator has indicated that this post solved the problem or provided the best insight.
Members who post winning responses can earn points for our leaderboard.
Edited on Thursday 24th July 2025, at 11:53am UTC