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?
Module Assets Folder css
9 months ago
9 months ago
#1
9 months ago
#2
★ Winning Post! ★
The thread creator has indicated that this post solved the problem or provided the best insight.
Members who post winning responses earn points for our leaderboard.
Points mean prizes!
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!