Added "activeDataFile" parameter in hbs templates.

This commit is contained in:
2022-05-06 07:49:00 +03:00
parent d791edda3e
commit 29734a6b94
9 changed files with 26 additions and 28 deletions
@@ -1,5 +1,5 @@
/**
* Use "rem" instead of pixels. 1rem = 16pixels
* Use "rem" instead of pixels. 1rem = <%= remToPx %>pixels
* No need to use rem in situations of "1px". (usually used for borders width).
*
* Use BEM naming system for class names: http://getbem.com/naming/
@@ -25,7 +25,7 @@
&__visual {
&-image {
// Example of BEM usage.
}
}