请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Styled-components--V4 injectGlobal的弃用

你好老师
Styled-components–V4 injectGlobal的弃用.

这个库的injectGlobal 弃用了你没有更新课程,这样会让我们新手无法下手呀

正在回答

9回答

Dell 2019-08-27 22:31:47

好的同学,我后续会更新课程的

1 回复 有任何疑惑可以回复我~
  • 提问者 慕仰0375298 #1
    非常感谢!
    回复 有任何疑惑可以回复我~ 2019-08-28 21:11:47
  • NioCo #2
    你好,更新的在哪里呢?
    回复 有任何疑惑可以回复我~ 2019-10-14 21:53:22
  • 老师,更新后在哪里能通知下吗?好多人应该都在等着,然后继续呢
    回复 有任何疑惑可以回复我~ 2019-10-20 10:09:08
weixin_慕婉清4291786 2020-01-06 15:40:41

import { createGlobalStyle } from 'styled-components'

createGlobalStyle`

    ```

`;

3 回复 有任何疑惑可以回复我~
zzzzzxxx 2019-12-18 17:01:04

可以参考以下这个https://blog.csdn.net/purple_lumpy/article/details/88775199

2 回复 有任何疑惑可以回复我~
  • 官方文档https://www.styled-components.com/docs/api#helpers
    回复 有任何疑惑可以回复我~ 2019-12-18 17:09:52
杨晨11 2020-07-06 14:34:16
import {createGlobalStyle} from 'styled-components'
export const GlobalStyle = createGlobalStyle`
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
`


1 回复 有任何疑惑可以回复我~
Lusiano 2019-11-01 14:19:36

import styled from 'styled-components';

const Wrapper = styled.body `margin: 0;

padding: 0;

font-family: sans-serif;

background-color: green;`

export default Wrapper

然后在index.js引一下Wrapper,用Wrapper包裹App组件

1 回复 有任何疑惑可以回复我~
  • Lusiano #1
    https://www.styled-components.com/docs/api
    回复 有任何疑惑可以回复我~ 2019-11-01 14:24:49
慕仔1138189 2020-10-27 13:32:03

不太会更新了

0 回复 有任何疑惑可以回复我~
慕仙4324424 2020-05-22 15:50:48

等老师,不如自己多查查,提高动手能力

0 回复 有任何疑惑可以回复我~
THE_BEST_1994 2019-11-02 16:08:36

更新了吗

0 回复 有任何疑惑可以回复我~
慕的地5408112 2019-10-19 16:52:11

欢迎老师及时更新,非常感谢

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信