0.0.11 • Published 4 years ago
@oxidental/ox-task-scss v0.0.11
ox-task-scss
ox-task-scss is a task that compiles scss using node-sass under the hood.
Example:
ox._add(scss)
ox.scss({
log: true,
watch: './src/styles/**',
options: {
files: [{
file: './src/styles/app.scss',
outFile: './build/css/app.css',
style: 'expanded',
map: true
}]
}
})