aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/header/header.tag
blob: d0ebe9591a3ab5216f116908bf8701c28c336710 (plain)
1
2
3
4
5
6
7
8
<header>
  <h1>Riot + Parcel example</h1>
  <subheading>A sample project using riot.js, less and parcel.</subheading>

  <style type="less">
    @import "header.less";
  </style>
</header>