Update the generator template.

Add remToPx parameter + design folder.
This commit is contained in:
2022-05-02 18:55:55 +03:00
parent 718e6b32a9
commit 0ea8f8b443
4 changed files with 42 additions and 171 deletions
@@ -2,4 +2,5 @@ module.exports = {
cssUrl: "https://",
blockName: "<%= blockFilename %>",
baseView: "<%= baseView %>",
remToPx: <%= remToPx %>,
}