上一页 1 ··· 345 346 347 348 349 350 351 352 353 ··· 494 下一页
摘要: You can increase the browser support of your CSS using fallback values and vendor prefixes. This lesson covers using vendor prefixes and fallback valu 阅读全文
posted @ 2017-06-08 04:22 Zhentiw 阅读(237) 评论(0) 推荐(0)
摘要: In this lesson we'll use prettier and lint-staged to run prettier only on files that have been changed and committed to git. This will allow you to pr 阅读全文
posted @ 2017-06-08 04:05 Zhentiw 阅读(274) 评论(0) 推荐(0)
摘要: TypeStyle tries to be an all in one CSS in JS management solution so you can always fall back to raw CSS if you ever need to migrate old code quickly. 阅读全文
posted @ 2017-06-07 02:27 Zhentiw 阅读(244) 评论(0) 推荐(0)
摘要: We cover CSS keyframes and how to create them using TypeStyle. We then show how to use the keyframes function to create an animation. We also discuss 阅读全文
posted @ 2017-06-07 02:08 Zhentiw 阅读(438) 评论(0) 推荐(0)
摘要: Install: For example, we can store the sensitive information or env related information in a 'veriables.env' file: Then we can use dotenv to load thos 阅读全文
posted @ 2017-06-07 01:42 Zhentiw 阅读(440) 评论(0) 推荐(0)
摘要: We will demonstrate composing classes using the utility classes function. classes is also what we recommend for theming. Using pure CSS classes means 阅读全文
posted @ 2017-06-06 14:44 Zhentiw 阅读(269) 评论(0) 推荐(0)
摘要: In this lesson we'll show how to setup a .babelrc file with presets and plugins. Then create npm scripts that use babel-node and babel. With babel-pre 阅读全文
posted @ 2017-06-06 14:13 Zhentiw 阅读(238) 评论(0) 推荐(0)
摘要: The API for the store is really simple: There are two methods, set() & select(). Store: interface: Component: 阅读全文
posted @ 2017-06-06 01:58 Zhentiw 阅读(309) 评论(0) 推荐(0)
摘要: 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 阅读(296) 评论(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 阅读(401) 评论(0) 推荐(0)
上一页 1 ··· 345 346 347 348 349 350 351 352 353 ··· 494 下一页