Skip to content

Commit 667cf8c

Browse files
authored
Merge pull request #276 from stylify/drop-integrations
Drop integration for external tools
2 parents 90dfe3b + 5eab276 commit 667cf8c

File tree

146 files changed

+2931
-20378
lines changed

Some content is hidden

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

146 files changed

+2931
-20378
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"xabikos.JavaScriptSnippets",
3939
"Zignd.html-css-class-completion",
4040
"dbaeumer.vscode-eslint",
41-
"astro-build.astro-vscode",
4241
"ritwickdey.LiveServer",
4342
"Orta.vscode-jest"
4443
]

.dockerignore

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
11
# Root
22
/node_modules/
3-
*.lerna_backup
43
*.tgz
54
/coverage
65
/scripts/build.js
7-
lerna-debug.log
86
.idea
97
/.idea
108

119
#Packages
12-
/packages/**/*.lerna_backup
1310
/packages/**/node_modules
1411
/packages/**/dist
1512
/packages/**/esm
1613
/packages/**/lib
1714
/packages/**/tmp
1815
/packages/**/types
19-
20-
# @stylify/nuxt
21-
/packages/nuxt/.nuxt
22-
/packages/nuxt/.output
23-
/packages/nuxt/.output
24-
/packages/nuxt/playground/assets
25-
/packages/nuxt/playground/.nuxt
26-
/packages/nuxt/playground/.output
27-
/packages/nuxt/playground/workspaces

.gitignore

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
11
# Root
22
/node_modules/
3-
*.lerna_backup
43
*.tgz
54
/coverage
65
/scripts/build.js
7-
lerna-debug.log
86
.idea
97
/.idea
108
.pnpm-store
119

1210
#Packages
13-
/packages/**/*.lerna_backup
1411
/packages/**/node_modules
1512
/packages/**/dist
1613
/packages/**/esm
1714
/packages/**/lib
1815
/packages/**/tmp
1916
/packages/**/tests-tmp
2017
/packages/**/types
21-
22-
# @stylify/nuxt
23-
/packages/nuxt/.nuxt
24-
/packages/nuxt/.output
25-
/packages/nuxt/playground/assets
26-
/packages/nuxt/playground/.nuxt
27-
/packages/nuxt/playground/.output
28-
/packages/nuxt/playground/workspaces

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,37 +89,17 @@ Start using Stylify with your favorite tool in a minute.
8989

9090
| Project | Status | Description |
9191
| --------------------- | ------------------------------------------------------------ | -------------------------------------------------------------------------------------|
92-
| [astro] | [![astro-status]][astro-package] | Integration for Astro.build |
9392
| [bundler] | [![bundler-status]][bundler-package] | A flexible CSS bundler. |
94-
| [nuxt] | [![nuxt-status]][nuxt-package] | Module for [Nuxt.js Framework](https://nuxtjs.org/) v3+. |
95-
| [nuxt-module] | [![nuxt-module-status]][nuxt-module-package] | Module for [Nuxt.js Framework](https://nuxtjs.org/) v2 < v3. |
9693
| [stylify] | [![stylify-status]][stylify-package] | Core package. Generates CSS and minifies selectors. |
97-
| [unplugin] | [![unplugin-status]][unplugin-package] | Universal plugin for Vite, Webpack, Rollup and Esbuild. |
98-
99-
[astro]: https://github.com/stylify/packages/tree/master/packages/astro
100-
[astro-status]: https://img.shields.io/npm/v/@stylify/astro?color=%2301befe&label=Version&style=for-the-badge
101-
[astro-package]: https://npmjs.com/package/@stylify/astro
10294

10395
[bundler]: https://github.com/stylify/packages/tree/master/packages/bundler
10496
[bundler-status]: https://img.shields.io/npm/v/@stylify/bundler?color=%2301befe&label=Version&style=for-the-badge
10597
[bundler-package]: https://npmjs.com/package/@stylify/bundler
10698

107-
[nuxt]: https://github.com/stylify/packages/tree/master/packages/nuxt
108-
[nuxt-status]: https://img.shields.io/npm/v/@stylify/nuxt?color=%2301befe&label=Version&style=for-the-badge
109-
[nuxt-package]: https://npmjs.com/package/@stylify/nuxt
110-
111-
[nuxt-module]: https://github.com/stylify/packages/tree/master/packages/nuxt-module
112-
[nuxt-module-status]: https://img.shields.io/npm/v/@stylify/nuxt-module?color=%2301befe&label=Version&style=for-the-badge
113-
[nuxt-module-package]: https://npmjs.com/package/@stylify/nuxt-module
114-
11599
[stylify]: https://github.com/stylify/packages/tree/master/packages/stylify
116100
[stylify-status]: https://img.shields.io/npm/v/@stylify/stylify?color=%2301befe&label=Version&style=for-the-badge
117101
[stylify-package]: https://npmjs.com/package/@stylify/stylify
118102

119-
[unplugin]: https://github.com/stylify/packages/tree/master/packages/unplugin
120-
[unplugin-status]: https://img.shields.io/npm/v/@stylify/unplugin?color=%2301befe&label=Version&style=for-the-badge
121-
[unplugin-package]: https://npmjs.com/package/@stylify/unplugin
122-
123103
## Compatibility
124104
| Environment | Version | Note |
125105
|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|

build-stats.json

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
2-
"astro": {
3-
"/esm/index.mjs": {
4-
"size": 4663
5-
},
6-
"/lib/index.cjs": {
7-
"size": 5227
8-
}
9-
},
102
"bundler": {
113
"/esm/index.mjs": {
124
"size": 32018
@@ -15,28 +7,6 @@
157
"size": 34161
168
}
179
},
18-
"nuxt": {
19-
"/esm/module.mjs": {
20-
"size": 6519
21-
},
22-
"/lib/module.cjs": {
23-
"size": 7219
24-
}
25-
},
26-
"nuxt-module": {
27-
"/esm/index.mjs": {
28-
"size": 5280
29-
},
30-
"/esm/webpack-loader.mjs": {
31-
"size": 796
32-
},
33-
"/lib/index.cjs": {
34-
"size": 7099
35-
},
36-
"/lib/webpack-loader.cjs": {
37-
"size": 1733
38-
}
39-
},
4010
"stylify": {
4111
"/esm/index.js": {
4212
"size": 79249
@@ -56,13 +26,5 @@
5626
"/dist/stylify.min.js": {
5727
"size": 38492
5828
}
59-
},
60-
"unplugin": {
61-
"/esm/index.mjs": {
62-
"size": 4469
63-
},
64-
"/lib/index.cjs": {
65-
"size": 6405
66-
}
6729
}
68-
}
30+
}

codecov.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,9 @@ comment:
1717
require_changes: no
1818

1919
flags:
20-
autoprefixer:
21-
paths:
22-
- packages/autoprefixer/
2320
bundler:
2421
paths:
2522
- packages/bundler/
26-
nuxt:
27-
paths:
28-
- packages/nuxt/
29-
nuxt-module:
30-
paths:
31-
- packages/nuxt-module/
3223
stylify:
3324
paths:
3425
- packages/stylify/

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const packagesToTest = [
2-
'astro', 'bundler', 'nuxt', 'nuxt-module', 'stylify', 'unplugin'
2+
'bundler', 'stylify'
33
];
44

55
const packagesDirectoryJoin = packagesToTest.join('|');

package.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@
1212
"build": "ts-node scripts/build.ts",
1313
"build:notypes": "cross-env typesDisabled=true ts-node scripts/build.ts",
1414
"build:generate-stats": "ts-node scripts/build-generate-stats.ts",
15-
"astro:build": "cross-env packages=astro pnpm build",
16-
"astro:build:notypes": "cross-env packages=astro pnpm build:notypes",
17-
"astro:watch": "cross-env packages=astro watch=true pnpm watch",
18-
"astro:plg": "cd packages/astro/playground && pnpm",
19-
"astro:test": "pnpm jest:test packages/astro/tests/jest/astrov2",
20-
"autoprefixer:build": "cross-env packages=autoprefixer pnpm build",
21-
"autoprefixer:build:notypes": "cross-env packages=autoprefixer pnpm build:notypes",
22-
"autoprefixer:watch": "cross-env packages=autoprefixer watch=true pnpm watch",
23-
"autoprefixer:test": "pnpm jest:test packages/autoprefixer/tests/jest",
2415
"bundler:build": "cross-env packages=bundler pnpm build",
2516
"bundler:build:notypes": "cross-env packages=bundler pnpm build:notypes",
2617
"bundler:watch": "cross-env packages=bundler watch=true pnpm watch",
@@ -33,27 +24,6 @@
3324
"stylify:plg:run": "ts-node packages/stylify/playground/index.ts",
3425
"stylify:gdp": "node --experimental-modules packages/stylify/tools/default-preset-generator",
3526
"stylify:mqe": "node --experimental-modules packages/stylify/tools/media-queries-extractor",
36-
"nuxt:build": "cross-env packages=nuxt pnpm build",
37-
"nuxt:build:notypes": "cross-env packages=nuxt pnpm build:notypes",
38-
"nuxt:test": "pnpm jest:test packages/nuxt/tests/jest",
39-
"nuxt:watch": "cross-env packages=nuxt watch=true pnpm watch",
40-
"nuxt:plg:build": "cd packages/nuxt/playground && pnpm build",
41-
"nuxt:plg:dev": "cd packages/nuxt/playground && pnpm dev",
42-
"nuxt:plg:start": "cd packages/nuxt/playground && pnpm start",
43-
"nuxt-module:build": "cross-env packages=nuxt-module pnpm build",
44-
"nuxt-module:build:notypes": "cross-env packages=nuxt-module pnpm build:notypes",
45-
"nuxt-module:watch": "cross-env packages=nuxt-module watch=true pnpm watch",
46-
"nuxt-module:test": "pnpm jest:test packages/nuxt-module/tests/jest",
47-
"nuxt-module:plg:build": "cd packages/nuxt-module/playground && pnpm install && pnpm build",
48-
"nuxt-module:plg:dev": "cd packages/nuxt-module/playground && pnpm install && pnpm dev",
49-
"nuxt-module:plg:start": "cd packages/nuxt-module/playground && pnpm start",
50-
"profiler:build": "cross-env packages=profiler pnpm build",
51-
"profiler:build:notypes": "cross-env packages=profiler typesDisable=true pnpm build",
52-
"profiler:watch": "cross-env packages=profiler watch=true pnpm watch",
53-
"unplugin:build": "cross-env packages=unplugin pnpm build",
54-
"unplugin:build:notypes": "cross-env packages=unplugin pnpm build:notypes",
55-
"unplugin:watch": "cross-env packages=unplugin watch=true pnpm watch",
56-
"unplugin:test": "pnpm jest:test packages/unplugin/tests/jest",
5727
"eslint:check": "eslint packages/**/src/**/*.{js,ts}",
5828
"eslint:fix": "pnpm eslint:check --fix",
5929
"jest:test": "jest --clearCache && node --experimental-vm-modules node_modules/jest/bin/jest --maxWorkers 1",

packages/astro/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/astro/README.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)