Skip to content

Commit d3bdf45

Browse files
committed
feat: use shadcn + tailwind
1 parent 4220f01 commit d3bdf45

14 files changed

+2689
-178
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ You can contribute in two main ways:
1313

1414
If you have a feature request or want to fix a bug, feel free to:
1515

16-
- [Open an Issue](https://github.com/dostonnabotov/sass-template/issues) to let me know what’s up.
17-
- [Send a pull request](https://github.com/dostonnabotov/sass-template/pulls) with your changes.
16+
- [Open an Issue](https://github.com/dostonnabotov/quicksnip/issues) to let me know what’s up.
17+
- [Send a pull request](https://github.com/dostonnabotov/quicksnip/pulls) with your changes.
1818

1919
---
2020

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Want to help make QuickSnip even better? You can contribute by:
2222

2323
Got a feature idea or bug fix? Here's how you can contribute:
2424

25-
- [Open an issue](https://github.com/dostonnabotov/sass-template/issues) to share your ideas or report a bug.
26-
- [Send a pull request](https://github.com/dostonnabotov/sass-template/pulls) with your changes.
25+
- [Open an issue](https://github.com/dostonnabotov/quicksnip/issues) to share your ideas or report a bug.
26+
- [Send a pull request](https://github.com/dostonnabotov/quicksnip/pulls) with your changes.
2727

2828
### Adding a Snippet
2929

components.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.js",
8+
"css": "src/styles/main.css",
9+
"baseColor": "neutral",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
},
20+
"iconLibrary": "lucide"
21+
}

0 commit comments

Comments
 (0)