0.0.11 • Published 4 years ago

@oxidental/ox-task-scss v0.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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
        }]
    }
})
0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago