biotope / biotope-generator

A file generator for the biotope project written with plop
7 stars 2 forks source link

Include styling in template.ts #15

Closed dweiger closed 5 years ago

dweiger commented 6 years ago

We should add the styles per default to the generated template like this:

declare function require(name: string);

export default (render: Function, data: ExampleTemplateData) => { return render`

Fill me`; }
SheepFromHeaven commented 5 years ago

Fixed by #16