Skip to content

Commit

Permalink
package pnpm-lock postcss configs fetch mock app Field Root SideBar B…
Browse files Browse the repository at this point in the history
…ackend BackendForm BackendList BackendErrorFallback ErrorFallback ErrorFallbackLayout BackendBeacon Toggle Basic constants errors utils tailwind
  • Loading branch information
haishanh committed Oct 6, 2023
1 parent fb865d9 commit 729251a
Show file tree
Hide file tree
Showing 26 changed files with 449 additions and 148 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "yacd",
"version": "0.3.8",
"description": "Yet another Clash dashboard",
"type": "module",
"prettier": {
"printWidth": 100,
"singleQuote": true
Expand Down Expand Up @@ -98,6 +99,7 @@
"prettier": "3.0.3",
"resize-observer-polyfill": "^1.5.1",
"sass": "1.68.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-pwa": "0.16.5"
Expand Down
199 changes: 199 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
'use strict';

// '--breakpoint-not-small': 'screen and (min-width: 30em)',
// '--breakpoint-medium': 'screen and (min-width: 30em) and (max-width: 60em)',
// '--breakpoint-large': 'screen and (min-width: 60em)',

module.exports = {
plugins: [
require('postcss-import')(),
require('postcss-simple-vars')(),
require('autoprefixer')(),
],
export default {
plugins: {
'postcss-import': {},
'postcss-simple-vars': {},
tailwindcss: {},
autoprefixer: {},
},
};
Loading

0 comments on commit 729251a

Please sign in to comment.