Sass: Dealing with the IE 4095 selectors per stylesheet restriction

前端 未结 3 1562
执念已碎
执念已碎 2021-02-04 17:29

Note: This question refers to a Rails project with Sass & Compass. Using the Rails Asset Pipeline? Then have a look at this question.

We are developing a bi

3条回答
  •  心在旅途
    2021-02-04 17:50

    An easy way to do it is http://blesscss.com/. Simply :

    • install node.js
    • Execute npm install bless -g
    • blessc source.css output.css

提交回复
热议问题