<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/152/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>sass</title>
    <link>http://tech.saigonist.com/taxonomy/term/152/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>@mixin and other CSS @at-rules in Sass/SCSS</title>
    <link>http://tech.saigonist.com/b/code/mixin-and-other-css-rules-sassscss</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;June 27, 2017&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/scss&quot;&gt;scss&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/css&quot;&gt;css&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/sass&quot;&gt;sass&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;You&#039;ve probably seen CSS rules which start with the at-sign such as &lt;code&gt;@font-face&lt;/code&gt; for custom fonts or &lt;code&gt;@media&lt;/code&gt; used for responsive styling based on screen size.  Maybe you&#039;ve even used @keyframes for CSS animations. These so-called at-rules can go around normal CSS rules (normally a rule would simply be one or more selectors followed by lines of rules within curly braces).&lt;/p&gt;

&lt;p&gt;But the @-rules are rarely sprinkled throughout a stylesheet.&lt;/p&gt;

&lt;p&gt;In preprocessed CSS like Sass, many new at-rules are possible. Here we&#039;re using Sass/SCSS.&lt;/p&gt;

&lt;p&gt;What&#039;s SCSS? It&#039;s...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 27 Jun 2017 08:34:41 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">95 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
