Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.2 KB

Screaming Fist

A sample WordPress theme demonstrating use of Sass to create custom themes.

Screaming Fist Logo created by Michael Wolfe

Screaming Fist Logo created by Michael Wolfe

Features

  • Custom CSS for WYSIWYG editor
  • Custom CSS for WP Admin
  • Far futures expiration of CSS file
  • gulp build process with autoprefixer and livereload
  • Separate development and production CSS

Setup

npm install
bower install
gulp

Development

Run gulp in "watch mode" so that CSS is regenerated from Sass and browsers are reloaded via livereload when Sass changes.

gulp watch

Class Namespaces

  • b- base styles
  • c- components
  • l- layouts
  • t- global tokens
  • lt- local tokens
  • s- scopes

Resources