Is there an example of integrating CSS with TEN?
Opened this issue · 1 comments
josharmenta commented
Want to add some styling to a template. Thanks!
vindarel commented
Hi there, you have to treat Ten as a regular HTML templating engine, so you'll handle CSS as classically as it can be: inline <style>
, loading a .css file, using a CDN to load a CSS framework (Bootstrap, Bulma…).