@jdrunken/style

0.1.4 • Public • Published

@jdrunken/style

  • normalize style in scss file

using

in your project

type sass

@import './node_modules/@jdrunken/style/index.scss';

type css

@import './node_modules/@jdrunken/style/index.css';

with gulp.js@4.0

convert with node-scss

// gulpfile.js example
const sass = require('gulp-sass') // css pre-processor

function css () {
  return src([
      'node_modules/@jdrunken/style/index.scss',
      'path/to/your/css/**.scss'
    ])
    .pipe(sass())
    .pipe(dest(path.dist))
}

export.css = css

Package Sidebar

Install

npm i @jdrunken/style

Weekly Downloads

0

Version

0.1.4

License

ISC

Unpacked Size

14.2 kB

Total Files

7

Last publish

Collaborators

  • jdrunken