Skip to content
css logo

CSS

Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of views. It allows for the separation of presentation and content, and includes the characteristics of layouts, colors and fonts. CSS builds upon HTML to make webpages more interactive and appealing to the user.

Here are 45,880 public repositories matching this topic...

leecade
leecade commented Nov 21, 2019

🙋 feature request

https://github.com/parcel-bundler/parcel/blob/d24e09a9797af41a9d2c6c733b1c6cf6671d60c7/packages/core/workers/src/Profiler.js#L2

The inspector module not always available, it depends on build param --without-inspector

🤔 Expected Behavior

Compatible with --without-inspector mode.

😯 Current Behavior

Direct import

💁 Possible Solution

Not pretty

lovelock
lovelock commented Jun 27, 2019

V4版本相对之前的有很大的变化, 这个从现在能搜到的信息能看出来, 参考Ant Design Pro v4 is Here. 但文档仍然是之前版本的组织形式, 导致对ADP没有任何了解的新手上来就会受挫.
image
比如这里, block是?v4中新引入的概念, 是在基于ADP的系统中一切的基础, 文档却先讲路由, 而且在讲路由的页面教用户添加菜单(添加的菜单是需要先用umi block add进来才能用的)
![image](https://user-images.githubuserconte

You can’t perform that action at this time.