💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
Now, if someone wan'ts to use different name for export file, it cannot be done. scssVarsFilePath is unnecessary, as only directory is enough. So it should be scssVarsExport:
const config = {
// This line below will be exported as /path/to/dir/stylify-vars.css
cssVarsExport: '/path/to/dir',
// Or with a custom file name
cssVarsExport: '/path/to/file.css
]
Describe the problem
Now, if someone wan'ts to use different name for export file, it cannot be done. scssVarsFilePath is unnecessary, as only directory is enough. So it should be scssVarsExport:
Describe the proposed solution
.
Alternatives considered
.
Importance
would make my life easier