Skip to content

Commit 0c2ab7e

Browse files
authored
postcss-tape : convert to workspace package (#881)
* postcss-tape : convert to workspace package * postcss-plugin keyword is required for the self test * prepare for release
1 parent 0864071 commit 0c2ab7e

File tree

113 files changed

+371
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+371
-80
lines changed

experimental/css-has-pseudo/.tape.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { postcssTape } from '../../packages/postcss-tape/dist/index.mjs';
1+
import { postcssTape } from '@csstools/postcss-tape';
22
import plugin from '@csstools/css-has-pseudo-experimental';
33

44
postcssTape(plugin)({

experimental/css-has-pseudo/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"peerDependencies": {
3939
"postcss": "^8.4"
4040
},
41+
"devDependencies": {
42+
"@csstools/postcss-tape": "*"
43+
},
4144
"scripts": {
4245
"prebuild": "npm run clean",
4346
"build": "rollup -c ../../rollup/default.mjs",

experimental/postcss-nesting/.tape.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { postcssTape } from '../../packages/postcss-tape/dist/index.mjs';
1+
import { postcssTape } from '@csstools/postcss-tape';
22
import plugin from '@csstools/postcss-nesting-experimental';
33

44
const mixinPluginRule = () => {

experimental/postcss-nesting/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"peerDependencies": {
3232
"postcss": "^8.4"
3333
},
34+
"devDependencies": {
35+
"@csstools/postcss-tape": "*"
36+
},
3437
"scripts": {
3538
"prebuild": "npm run clean",
3639
"build": "rollup -c ../../rollup/default.mjs",

0 commit comments

Comments
 (0)