-
-
对于装饰性的图标,我一般推荐采用``标签。因为``标签本身就是为这个而生的。
> ``标签定义与文本中其余部分不同的部分,并把这部分文本呈现为斜体文本。在没有其他元素可以使用时,比如 ``, ``, ``, ``, ``, ``, ``,请使用``标签。
![-1_spec](https://cloud.githubusercontent.com/assets/7261176/19145676…
-
- [x] Remove Precss (use PostCSS plugins instead)
- [x] Update to React-Router 4
- [x] Switch npm to Yarn
- [ ] Update components generators
- [ ] Add route generators
- [ ] Add components
…
-
@zachleat,
Picking up the conversation from #407 with @Ryuno-Ki about refactoring the CSS for performance and long-term maintenance. I have no idea if and/or how you might like to move forward with…
-
Small Blockなどを
1. Content(見出しやリスト、ボタンやアイコンなどのページの内容を表現する小さなオブジェクトです。)
2. Medium Container(Contentを内包するオブジェクトで、Contentのスタイルを上書きすることができます。)
3. Large Container(ContentやMedium Containerを内包するオブジェクトで、内包するオブ…
-
While using OOCSS in a project I'm facing an usual issue about class name conflicts. There is an obvious approach proposed here: http://meiert.com/en/blog/20070321/css-practice-pseudo-namespaces-in-c…
-
Hi,
I think we need a additional line in the reset.css for HTML5-Tags:
section,article,aside,header,footer,nav,dialog,figure,figcaption{display:block}
and summary / detail - tags should be reseted …
-
`unstable` 渲染相关🤔️我想想预习啥
### 相关学习
`level 1`:表示最少预习内容
`level 2`:表示课程需要学会的东西
`level 3`:表示课外知识
* 项目地址:
* Activity Page Editor:https://github.com/FE-star/Plan-2022/tree/main/activity-page-edi…
-
# 前言
以 CSS 架構方法來說,主流的大概可以分成三個:OOCSS、SMACSS、BEM,這些架構的提出都是為了讓 CSS 更好維護,這幾個的介紹以及差異可以參考 @arvinh 寫過的 [淺談 CSS 方法論與 Atomic CSS](https://blog.techbridge.cc/2017/04/29/css-methodology-atomiccss/)。
但我們今天要…
-
I noticed that the css selectors does not changed a lot in https://github.com/mozilla-b2g/Gaia-UI-Building-Blocks/tree/v2/style/headers
I'd like to hear @rnowm your opinion of adopting some syntax na…