ten icon indicating copy to clipboard operation
ten copied to clipboard

Is there an example of integrating CSS with TEN?

Open josharmenta opened this issue 3 years ago • 1 comments

Want to add some styling to a template. Thanks!

josharmenta avatar Oct 06 '22 17:10 josharmenta

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

vindarel avatar Oct 07 '22 18:10 vindarel