Integration
SCSS files cannot be directly included in the Form, they must first be compiled into standard CSS files.
The CSS files must be linked using the link
tag within the Form Definition's header:
<link rel="stylesheet" data-hf-href="[filename].css" />
Note
For detailed examples have a look at the Forms provided within the FormDefinitions folder of the "formDev" or visit the official Sass/Scss documentation.