0.1.7-alpha.0 • Published 5 years ago

glacier-style v0.1.7-alpha.0

Weekly downloads
187
License
-
Repository
github
Last release
5 years ago

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
0.1.7-alpha.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago