Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit bdc5b88

Browse files
committed
🌊 upstream: Tailwind CSS 2.0
1 parent bb40353 commit bdc5b88

File tree

5 files changed

+818
-1048
lines changed

5 files changed

+818
-1048
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,14 @@ So this is what's going to happen.
7070
**Read on to use this project base today:**
7171

7272
## 📋 Copy
73-
7473
Choose either to clone or fork depending on your preference.
7574

7675
### 🐑 Clone
77-
7876
```sh
7977
git clone https://github.com/babichjacob/sapper-firebase-typescript-graphql-tailwindcss-actions-template
8078
```
8179

8280
### 🍴 Fork
83-
8481
Click the `Use this template` button on [this project's GitHub page](https://github.com/babichjacob/sapper-firebase-typescript-graphql-tailwindcss-actions-template).
8582

8683
### ⬇️ Install Dependencies
@@ -94,7 +91,6 @@ npm install # pnpm also works
9491
## 🛠 Usage
9592

9693
### 🧪 Development
97-
9894
```sh
9995
npm run dev
10096
```
@@ -150,7 +146,6 @@ The [Apple touch icon](https://developer.apple.com/library/archive/documentation
150146
This project base comes with [source maps](https://blog.teamtreehouse.com/introduction-source-maps) enabled during development and disabled during production for the best compromise between performance and developer experience. You can change this behavior through the `sourcemap` variable in `rollup.config.js`.
151147

152148
### 💨 Optionally removing Tailwind CSS (and PurgeCSS)
153-
154149
1. Remove all Tailwind imports in the `src/global.pcss` file
155150
2. Remove these lines in `postcss.config.js`:
156151
1. ```js
@@ -163,7 +158,7 @@ This project base comes with [source maps](https://blog.teamtreehouse.com/introd
163158
tailwindcss(tailwindcssConfig),
164159
```
165160
3. Delete the `tailwind.config.js` file
166-
4. Uninstall the `tailwindcss` and `@tailwindcss/ui` packages
161+
4. Uninstall the `tailwindcss` package
167162

168163
### 🕸 Optionally removing the GraphQL server
169164
1. Remove these lines in `src/server.ts`:
@@ -191,17 +186,14 @@ This project base comes with [source maps](https://blog.teamtreehouse.com/introd
191186
task in `.github/workflows/build-and-deploy.yml`
192187

193188
## 😵 Help! I have a question
194-
195189
[Create an issue](https://github.com/babichjacob/sapper-typescript-graphql-template/issues/new) and I'll try to help.
196190

197191
## 😡 Fix! There is something that needs improvement
198-
199192
[Create an issue](https://github.com/babichjacob/sapper-typescript-graphql-template/issues/new) or [pull request](https://github.com/babichjacob/sapper-typescript-graphql-template/pulls) and I'll try to fix.
200193

201194
I'm sorry, because of my skill level and the fragility of (the combination of) some of these tools, there are likely to be problems in this project. Thank you for bringing them to my attention or fixing them for me.
202195

203196
## 📄 License
204-
205197
MIT
206198

207199
---

0 commit comments

Comments
 (0)