Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
Release New version..
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnkalk committed Feb 24, 2022
1 parent 4ca4803 commit b275d5a
Show file tree
Hide file tree
Showing 8 changed files with 177 additions and 111 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const { watch } = require('gulp');
const gulp = require('gulp');
const sass = require('gulp-sass')(require('sass'));
const autoprefixer = require('gulp-autoprefixer');
Expand Down Expand Up @@ -28,5 +29,4 @@ function build() {
};

exports.build = build;

exports.default = build;
8 changes: 4 additions & 4 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions node_modules/sass/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/sass/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b275d5a

Please sign in to comment.