<div class="s-note">
    <p><strong>A note from the editors:</strong> While brilliant for its time, this article no longer reflects modern best practices.</p>

</div>
<div class="s-note">
  {{ content | markdown | safe }}
</div>
{
  "site": {
    "title": "24 ways",
    "handle": "24ways",
    "description": "24 ways is the advent calendar for web geeks. Each day throughout December we publish a daily dose of web design and development goodness to bring you all a little Christmas cheer.",
    "url": "https://24ways.org",
    "feed": "https://feeds.feedburner.com/24ways",
    "theme_color": "#f04"
  },
  "theme": {
    "year": [
      348,
      344,
      340,
      336,
      332,
      328,
      324,
      320,
      316,
      312,
      308,
      304,
      300,
      296,
      292,
      288
    ],
    "day": [
      360,
      353,
      346,
      339,
      332,
      325,
      318,
      311,
      304,
      297,
      290,
      283,
      276,
      269,
      262,
      255,
      248,
      241,
      234,
      227,
      220,
      213,
      206,
      199
    ]
  },
  "content": "**A note from the editors:** While brilliant for its time, this article no longer reflects modern best practices.\n"
}
  • Content:
    .s-note {
      @apply --typeset-caption;
    
      margin-bottom: map(spaces, large);
      border: solid $prose-color--rule;
      border-width: 1px 0;
      padding: map(spaces, medium) 0;
    
      p:not(:last-child) {
        margin: map(spaces, medium);
        font-size: 1rem;
      }
    }
    
  • URL: /components/raw/note/note.css
  • Filesystem Path: src/components/scopes/note/note.css
  • Size: 253 Bytes

There are no notes for this item.