File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 22 "name" : " @yuheiy/postcss-custom-functions" ,
33 "version" : " 0.1.0" ,
44 "description" : " PostCSS plugin that allows users to define custom functions using JavaScript." ,
5- "keywords" : [
6- " postcss-plugin"
7- ],
5+ "keywords" : [" postcss-plugin" ],
86 "homepage" : " https://github.com/yuheiy/postcss-custom-functions" ,
97 "bugs" : {
108 "url" : " https://github.com/yuheiy/postcss-custom-functions/issues"
2523 },
2624 "main" : " ./dist/index.cjs" ,
2725 "types" : " ./dist/index.d.ts" ,
28- "files" : [
29- " dist"
30- ],
26+ "files" : [" dist" ],
3127 "scripts" : {
3228 "build" : " unbuild" ,
3329 "dev" : " unbuild --stub && pnpm run test --watch" ,
Original file line number Diff line number Diff line change 1- import postcss from 'postcss' ;
21import assert from 'node:assert/strict' ;
32import test from 'node:test' ;
3+ import postcss from 'postcss' ;
44import plugin from '../dist/index.mjs' ;
55
66test ( 'output errors in custom functions as PostCSS warnings' , async ( ) => {
You can’t perform that action at this time.
0 commit comments