Style Guide Boilerplate Versions Save

⚡️🎨 A starting point for crafting living style guides.

v3.3.2

5 years ago
  • Added package.json file to help deploy to gh-pages

v3.3.1

5 years ago
  • Fixed broken padding values on navigation sidebar

v3.3.0

5 years ago
  • Fixed issue with scandir picking up hidden system files where the filename starts with a dot #30
  • Added :visited and :focus styles to nav links #31

v3.2.0

8 years ago
  • Added markdown support for docs
  • Added markdown styling via github-markdown.css
  • Increased .sg-h2 and .sg-h3 font size to better align with github markdown heading sizes
  • Converted sample documentation .html files to .md files
  • Removed "Usage" heading that appeared above docs

v3.1.0

8 years ago
  • Updated CONTRIBUTING.md broken link fix (#25, @mixedrays)
  • Added automatic project structuring based on markup/ directory (#25, @mixedrays)
    • Updated functions.php, index.php, sg-scripts.js, and sg-styles.css (#25, @mixedrays)

v3.0.0

8 years ago
  • Added 'no-js' class to HTML element to help with progressive enhancement
  • Added meta theme-color tag
  • Added minor accessibility improvements
  • Added picture element to media.html example file
  • Changed nav toggle element to button
  • Changed "View Source" and "Copy Source" actions to button elements
  • Cleaned up spacing and comment wording in functions.php
  • Cleaned up sg-scripts.js
  • Cleaned up sg-style.css
  • Removed global form navigation
  • Removed example of fieldset with large amount of text
  • Removed code-prettify (prettyprint) styles
  • Reworked listMarkupAsOptions function into listMarkupAsListItems function
  • Reworked layout template and styles to be more responsive
  • Updated README.md
  • Updated media query breakpoints
  • Updated wording in "Getting Started" section
  • Updated meta viewport tag
  • Updated font stack markup and styling
  • Updated color swatch markup and styling
  • Updated JavaScript syntax highlighter to prism.js

v2.6.1

9 years ago
  • Improved accessibility of form, media, and table markup examples
  • Added skip to main content link
  • Added .sg-visually-hidden and .sg-visually-hidden-focusable to style text intended for screen readers

v2.6.0

9 years ago
  • Moved functions in index.php to functions.php
  • Changed Base Styles wording to Base HTML
  • Changed Pattern Styles wording to Patterns
  • Added lang attribute

v2.5.2

9 years ago
  • Clean up extra white space in multiple files
  • Minor adjustments to selector formatting

v2.5.1

10 years ago
  • Add FILTER_SANITIZE_URL to $pageURL