glacier-style

0.1.7-alpha.0 • Public • Published

glacier-style

  • normalize style in scss file

using

in your project

type sass

@import './node_modules/glacier-style/glacier.scss';

type css

@import './node_modules/glacier-style/glacier.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/glacier/glacier.scss',
      'path/to/your/css/**.scss'
    ])
    .pipe(sass())
    .pipe(dest(path.dist))
}

export.css = css

Package Sidebar

Install

npm i glacier-style

Weekly Downloads

0

Version

0.1.7-alpha.0

License

none

Unpacked Size

14 kB

Total Files

7

Last publish

Collaborators

  • jdrunken