<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ts0818</author_name>
  <author_url>https://blog.hatena.ne.jp/ts0818/</author_url>
  <blog_title>ts0818のブログ</blog_title>
  <blog_url>https://ts0818.hatenablog.com/</blog_url>
  <categories>
    <anon>HTML/CSS</anon>
  </categories>
  <description>@extend ⇒ 継承（継承元のスタイルを引き継ぐ。） 例： style.scss .box1 { color: blue; background-color: white;} .box2 { @extend .box1; width:300px;} @mixin ⇒ ミックスイン（スタイルの集まりを作り、@includeで呼び出す。） 引数が使える。 例： style.scss @mixin boxSet { padding: 15px; background: #ccc; color: white;} .box3 { @include boxSet;} 例：引数使う場合 style.sc…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fts0818.hatenablog.com%2Fentry%2F2015%2F05%2F03%2F120335&quot; title=&quot;Sass  インターポレーションなど - ts0818のブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-05-03 12:03:35</published>
  <title>Sass  インターポレーションなど</title>
  <type>rich</type>
  <url>https://ts0818.hatenablog.com/entry/2015/05/03/120335</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
