GU Yiling

Results 25 issues of GU Yiling

把我在贺老那某篇文章下讨论的[一条评论](https://github.com/hax/hax.github.com/issues/22#issuecomment-156958948)再贴一下: > 我觉得理想中,我们是想构造一个类似 Shadow DOM 的环境——不存在被外部样式_不小心_覆盖的可能,但保留了从外部对组件内样式修改的可能性(必须用明确的语义来描述——>>>)。 > > 我也同意只有强制使用全局不冲突的 class/id 来选择元素,才能完全避免样式的侵入。不管按命名约定的扁平 class,还是像 CSS Modules 那样通过一些算法自动将 local class 转换为 global class, 本质上看上去是一样的。后者过程自动了,但是失去了对转换后名称的控制,HTML/JS 需要从 CSS 模块中再把这个名字导入进来。但实际上这两种方式的不同点在于,通过命名约定的方案没有进行「封装」,我可以在 A 模块直接输出 B 模块中的 class 来「复用」A...

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...

Input: ``` md > A > B > C ``` Expected output (the same result as GFM and John Gruber's [Markdown: Dingus](http://daringfireball.net/projects/markdown/dingus)): ``` html A B C ``` remarkable's output:...

![tether-mid](https://user-images.githubusercontent.com/1726061/30792131-921f71da-a1ea-11e7-911b-9174879d5346.gif) It's a case on http://tether.io/ with a little modification (I tweaked the size of the target element a little bit and made the window horizontally scrollable): ```js new Tether({...

bug

Really great polyfill! I noticed that when element is resized by some operations from CSSOM like `stylesheet.insertRule` are missed by `MutationObserver`s. See this [pen](https://codepen.io/Justineo/pen/eyPemO).

Here's the repro repo: https://github.com/Justineo/nuxt-vue-demi-vue-echarts-repro I upgraded to `[email protected]` for `[email protected]` and it seems to be broken in Nuxt apps with the following runtime error: ![image](https://user-images.githubusercontent.com/1726061/128355402-c5135d47-1203-414e-9168-76dcacb0d3e7.png) . After downgrading to...

对应于 npm 中,require(package) 后定位到 `node_modules` 中package 这个包的 `package.json` 中 `main` 模块的功能。 初步设想效果如下: ``` less @import "esf"; ``` 则自动找到 `dep/esf` 中的 `package.json`,找到 `main` 字段对应的 Less 文件如 `theme/main.less`,并进行引入。 同时,也可以引入该包下的任意模块文件: ``` less @import...

Discussion

Hi all, Since Less now supports plugins, I think it would be sweet if we have an "official (recommended) plugin registry/list". (We kind of have one in current docs but...

:black_joker: :atom: