摘要: Just like pseudo-classes, pseudo-elements are added to selectors but instead of describing a special state, they allow you to style certain parts of a 阅读全文
posted @ 2017-06-05 19:02 Zhentiw 阅读(294) 评论(0) 推荐(0)
摘要: TypeStyle is a very thin layer on top of CSS. In this lesson we show how to change styles based on pseudo classes e.g. :focus :hover and :active which 阅读全文
posted @ 2017-06-05 18:54 Zhentiw 阅读(398) 评论(0) 推荐(0)
摘要: Media queries are very important for designs that you want to work on both mobile and desktop browsers. TypeStyle gives media queries special attentio 阅读全文
posted @ 2017-06-05 18:30 Zhentiw 阅读(361) 评论(0) 推荐(0)
摘要: TypeStyle’s style function allows you to give multiple objects as an argument. This provides a simple extensible reuse-ability model. We cover typesty 阅读全文
posted @ 2017-06-05 18:17 Zhentiw 阅读(253) 评论(0) 推荐(0)
摘要: TypeStyle is the only current CSS in JS solution that is designed with TypeSafety and TypeScript developer ergonomics in mind. In this lesson we will 阅读全文
posted @ 2017-06-05 18:12 Zhentiw 阅读(258) 评论(0) 推荐(0)
摘要: Yellow box warnings in react native can be intrusive. We will use console.disableYellowBox to disable the yellow box entirely. We'll also use console. 阅读全文
posted @ 2017-06-05 15:02 Zhentiw 阅读(714) 评论(0) 推荐(0)