Skip to content

Commit 165eb49

Browse files
committed
Update README.md and change version
1 parent bf36421 commit 165eb49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gulp.task('buildcss', function () {
2222
.pipe(
2323
postcss([
2424
require('postcss-import'),
25-
require('@dimchtz/postcss-switch')({
25+
require('postcss-switch')({
2626
switch: process.env.SWITCH
2727
}),
2828
require('tailwindcss/nesting'),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-switch",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "PostCSS plugin to switch code in CSS files",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)