mmontone/ten

Is there an example of integrating CSS with TEN?

Opened this issue · 1 comments

Want to add some styling to a template. Thanks!

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…).