Frankie

Results 218 issues of Frankie

[alfy](https://github.com/sindresorhus/alfy) is a very convenient tool, and based on it, a color conversion tool called [alfred-color-converter](https://github.com/toFrankie/alfred-color-converter) is made.

1. 我看上面 [declaration-order](http://alloyteam.github.io/CodeGuide/#css-declaration-order) 并没有 flex 布局相关的属性,应该是太久没更新了; 2. 都 2021 年了,估计很少人手写兼容各大平台的 CSS 属性了,都用 autoprefixer 去处理了,所以里面的 -webkit-、-ms- 这些前缀相关的属性是不是可以去掉了。 使用 CSScomb 一键排序的时候发现以上问题

First, my `System Preferences - Trackpad - Scroll & Zoom` had `Scroll Direction: Natural` checked. When I use *Scroll Reverser* with `Enable Scroll Reverser`, `Reverse Vertical` and `Reverse Mouse` checked,...

根据 Markdown 语法,类似 `**“加粗”**` 的写法是合法的。 例如,**“加粗”**(你看到 GitHub 效果是正常的,其他平台同样支持),可在掘金社区却不行。 当你在掘金书写文章的过程中,是有效果的,但是当文章发布之后,最终的效果是不行的。 目前发现以下这种情况是不正常的,就是在 `** **` 中间若包含中文双引号、句号,最终发文后非预期效果。比如: * `**“加粗”**` * `**加粗。**` 文章编辑器内,解析效果正常: ![image](https://user-images.githubusercontent.com/26947203/130316634-f2170240-abf3-4acc-817f-c0933dd9e5ce.png) 发文后,下图所选文本理应是加粗的,可实际并没有: ![image](https://user-images.githubusercontent.com/26947203/130316712-011d267f-269e-4638-a4b8-a25c4bb2af6d.png) 强迫症,麻烦处理一下,谢谢~

About the CSScomb configuration item `"quotes": "single"`. The example is as follows: > The nested use of single quotes and double quotes in background-image. before: ```css .img { background-image: url("data:image/svg+xml;charset=utf-8,");...

项目中引入 `minapp-sdk-typings` 依赖做 TS 类型检查,发现 `wx.BaaS.Query#compare` 和 `wx.BaaS.getWXACode` 方法的 JSDoc 注释有点问题。 若此 PR 没问题,麻烦更新下 NPM 包,谢谢。

**The following discussion focuses on business scenarios, rather than writing component library.** ## Describe the feature Does linaria support defining all class selector for a component at once? Similar to...

needs: triage 🏷
feature: proposal 💬

I'd like to propose adding an option that allows us to show or hide the Referer header in HTTP. The reason behind this is that some projects have restrictions on...

Sometimes will throw an error, like: ``` Couldn't find enough alignment patterns ```