Div with external stylesheet?

后端 未结 8 1797
灰色年华
灰色年华 2020-12-10 13:19

I have been given an external stylesheet (.css file) that may not altered in any way whatsoever. However I need to apply this stylesheet to a single div and therefore the co

8条回答
  •  萌比男神i
    2020-12-10 14:12

    scoped is a good idea, but has browser compatible issue.

    I solve this problem by adding pre-class before all selector in css file:

    https://github.com/ericf/grunt-css-selectors

提交回复
热议问题