English 中文(简体)
我们如何知道是否有任何网站使用Sas和Compass?
原标题:How can we know if any website is using Sass and Compass?

我们能够知道是否有任何网站使用Compass

最佳回答

这只不过了一点,但我想看一下科安局的档案,国际会计师联合会的制定者想想改变产出,你可以发现来源档案的档案名称和线号。

如果没有,在中央支助事务股产出中寻找不寻常的模式,例如,SASS使开脱变得非常容易,因此,甄选者可以在中央支助事务中看到这种情况(你永远不会交出这一长期选择者)。

div#wrapper div#container ul#myId li a { color: blue; }
div#wrapper div#container ul#myId li.sass a { color: red; }

但是,在SASS的原始档案中也会看上去(没有重复,很容易与外界接触)。

div#wrapper {
  div#container {
     ul#myId {
       li {
         a { color: blue; }
         &.sass {
           a { color: red; }
         }
       }

     }
  }
}

此外,从使用“@extend”指令的角度来看待长时间的班级组合:

.button, .button1, .button-submit, .button-add-to-cart, .button-signup, .button-register {
 display: inline-block; 
 }

另一个好的想法是,从CSS3生成的纽扣吨的源头来看,开发商通常只照顾到Ambeth、Satherine、Khat和IE,但SASS生成的输出产品是REALLY,拥有许多供应商的先令,包括操作套。

亲爱!

问题回答

如果开发商打算汇编成册,或将.子化,那么与你一样,仍然能够看到自动插入的对原始来源的评论:

/* line 22, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/framew或ks/compass/stylesheets/compass/reset/_utilities.scss */
.select或 {
    bla: 123;
}

/* line 5, sass/large/_common.scss */
.select或 {
   bla: 123;
}




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

Aligning textarea in a form

Ive used the following css code to align my form elements: form { position:relative; } form input { position:absolute; left:11em; } However, the textarea element is not aligned correctly with the ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

CSS problem with page footer

I have defined my page footer in the css file as: #footer { position: absolute; height: 50px; text-align: center; background: #66CCCC; bottom: 0px; left: 0px; width: 100%; height: ...

热门标签