Skip to content

Commit ab3e75f

Browse files
committed
πŸ› FIX: Remove un-used import
1 parent 08f1592 commit ab3e75f

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
**v0.2.9-25**
4+
- πŸ› FIX: Remove un-used import.
5+
36
**v0.2.9-24**
47
- πŸ“¦ NEW: Replace Tailwind with [Cherry Design System](https://cherry.design).
58

β€Žgulpfile.jsβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const plumber = require('gulp-plumber');
1212
const postcss = require('gulp-postcss');
1313
const postCSSMixins = require('postcss-mixins');
1414
const postcssPresetEnv = require('postcss-preset-env');
15-
const tailwindcss = require('tailwindcss');
1615
const sourcemaps = require('gulp-sourcemaps');
1716
const uglify = require('gulp-uglify');
1817
const zip = require('gulp-vinyl-zip');
@@ -50,7 +49,6 @@ const pluginsListDev = [
5049

5150
const pluginsListProd = [
5251
partialimport,
53-
postCSSMixins,
5452
postcssPresetEnv({
5553
stage: 0,
5654
features: {
@@ -59,7 +57,7 @@ const pluginsListProd = [
5957
'custom-media': true,
6058
},
6159
}),
62-
tailwindcss,
60+
postCSSMixins,
6361
require('cssnano')({
6462
preset: [
6563
'default',

β€Žinstaller/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpressify",
3-
"version": "0.2.9-24",
3+
"version": "0.2.9-25",
44
"description": "A build system designed to automate your WordPress development workflow.",
55
"keywords": [
66
"babel",

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpressify",
3-
"version": "0.2.9-24",
3+
"version": "0.2.9-25",
44
"description": "A build system designed to automate your WordPress development workflow.",
55
"keywords": [
66
"babel",

0 commit comments

Comments
Β (0)