I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.
<parent>Vendor/theme</parent>
I want to develop whole things from the scratch, that's why I don't want to include parent theme.
I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.
<parent>Vendor/theme</parent>
I want to develop whole things from the scratch, that's why I don't want to include parent theme.
Parent theme is not necessary to defined it
It is not necessary to define parent theme check here
also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
also if you want to create your parent theme in template,layout,css,extension then here available
No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch