bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

How to include Css File #215

Closed jrkk closed 4 years ago

jrkk commented 4 years ago

I tried different ways, which is not included. please share the which is keyword to use for include the stylesheet in html document.

bminer commented 4 years ago

Use the link tag.

head
  link(rel="stylesheet" type="text/css" href="style.css")
bminer commented 4 years ago

Feel free to post back here if you have any other questions! Closing for now.

jrkk commented 4 years ago

Its working. thanks