technojam/technojam-frontend

Generic CSS

开放

#263 创建于 2020年10月2日

 (5 条评论) (0 个反应) (0 位负责人)JavaScript (94 个派生)auto 404
Hacktoberfestenhancement

仓库指标

星标
 (35 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

description some CSS used in pages are common. Currently, CSS present in components is inline.

solution Inside "../src/Components/Styles" folder Create a separate CSS file for each component. with name _component.css import the CSS file in the component. replace inline CSS with generic classes.

alternatives you can apply your creativity just ping us what solution you are doing.

贡献者指南