You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to bundle more than 1 scss file. In other words it would be neat if it would support globs.
Describe the solution you'd like
{
"entry": "./src*.scss",
"dest": "./dist/*.scss"
}
if I have 2 files in the src folder eg. ./src/core.scss and ./src/styles.scss i would like 2 outputs in the ./dist/ folder.
Describe alternatives you've considered
At the moment it looks like i will have to write a script to bundle 2 scss files, but the above solution would be neat.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to bundle more than 1 scss file. In other words it would be neat if it would support globs.
Describe the solution you'd like
{
"entry": "./src*.scss",
"dest": "./dist/*.scss"
}
if I have 2 files in the src folder eg.
./src/core.scss
and./src/styles.scss
i would like 2 outputs in the./dist/
folder.Describe alternatives you've considered
At the moment it looks like i will have to write a script to bundle 2 scss files, but the above solution would be neat.
The text was updated successfully, but these errors were encountered: