Tutorial recommendation of naming stylesheet index.css causes problems
未關閉
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 11.8k
- 分支
- 7.9k
- 平均合併
- 1 天 11 小時
- 30 天內合併 PR
- 11
描述
The React Tutorial (https://reactjs.org/tutorial/tutorial.html#setup-option-2-local-development-environment) includes the instruction
- Add a file named index.css in the src/ folder with [this CSS code]
This stylesheet is ignored. Upon perusing the generated file structure in Google Developer Tools, I discovered that another index.css (apparently generated by Webpack) had overwritten this one.
Giving the stylesheet another name (e.g. myapp.css) solves the problem.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 React Tutorial 的 Setup Option 2 區段及其建立 src/index.css 的指示開始。確認所回報的與產生的 Webpack 樣式表之間的衝突,若確認存在,則更新教學中關於樣式表命名的指引。完成的條件是:教學不再導致使用者建立的樣式表被忽略。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- css, javascript, react, webpack
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 48/100