<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kikiki-kiki</author_name>
  <author_url>https://blog.hatena.ne.jp/kikiki-kiki/</author_url>
  <blog_title>かもメモ</blog_title>
  <blog_url>https://chaika.hatenablog.com/</blog_url>
  <categories>
    <anon>CSS</anon>
    <anon>Sass (SCSS)</anon>
  </categories>
  <description>5年ぶりくらいにSass (SCSS) を触る機会があってすっかり忘れてて手間取ってしまったので、基本的な事を思い出す意味も込めてメモ。 Sass Sassには{}の不要なSASS記法と、{}が必要でCSSに近いSCSS記法の2つがある。 このエントリーは SCSS にについて。 { } で囲って、文末に ; がないとエラーになる body { color: #333; // 行末にセミコロン必須 } セミコロンがないとエラーになる。(忘れがち 変数は ${変数名}: {値}; で定義 $color: #333; body { color: $color; } 変数定義にも ; は必須。 Mi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaika.hatenablog.com%2Fentry%2F2019%2F05%2F23%2F130000&quot; title=&quot;Sass (SCSS) 書き方のメモ - かもメモ&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>https://images-fe.ssl-images-amazon.com/images/I/51FbDkN5p7L._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-05-23 13:00:00</published>
  <title>Sass (SCSS) 書き方のメモ</title>
  <type>rich</type>
  <url>https://chaika.hatenablog.com/entry/2019/05/23/130000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
