Skip to content

AESM/RAPTORSMACSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAPTORSMACSS

Rapid Adaptive Practical Tricked-Out Rocket SMACS****S, or RAPTORSMACSS, is a highly modular and organized Sass (SCSS) boilerplate. It is loosely inspired by the SMACSS architecture pattern, with some layout liberties taken.

Contents

Usage

Requirements

  • Sass Option 1
  • Sass Option 2
    • A non-Ruby Sass alternative

Installation

  1. Create a new project directory
  2. Place the assets/ and source/ directories from the RAPTORSMACSS/ directory, into the base directory of your project
  3. Optionally, repeat the previous step with the other files found in the RAPTORSMACSS/ directory (index.html, .gitignore, rapticon-16x16.png, etc.) [do not transfer the .git/ directory]
  4. Link your base file (eg. index.html) to the raptor.min.css or raptor.css stylesheet, found in the assets/ directory
<!-- EXAMPLE -->
<link rel="stylesheet" type="text/css" href="assets/stylesheets/raptor.min.css" />

Riding the Raptor

Before making any modifications to the SCSS files, change to the base directory of your project, and run one of the following commands...

  • To watch the SCSS and compile minified CSS and sourcemaps:
sass --watch source/scss/raptor.scss:assets/stylesheets/raptor.min.css --style compressed
  • To watch the SCSS and compile standard CSS and sourcemaps:
sass --watch source/scss/raptor.scss:assets/stylesheets/raptor.css

ToDos

  • Write thorough documentation or instructional .md file(s) explaining how to use everything
  • Include logo, when developed
  • Update rapticon-16x16.png and rapticon-16x16.ico favicons, when developed
  • Create apple-touch-icon and og:image

Team

The humans responsible and technology colophon.

  • Ali Esmaili (Developer & Designer): AESM
  • Molly Allison-Baker (Consultant): hermitina
  • Eric Lawrence Dapp (Consultant): e-dapp

License

This project is copyright © 2015-2016 Ali Esmaili | SuitAndCape. It is free software that may be redistributed under the terms specified in the LICENSE.

This is based on The MIT License (MIT). For more information, visit the Open Source Initiative website.

Connect

🎩 🚀
SuitAndCape GitHub https://github.com/SuitAndCape
Personal GitHub https://github.com/AESM
Website http://SuitAndCape.github.io/
LinkedIn https://www.linkedin.com/in/SuitAndCape
Twitter https://twitter.com/SuitAndCape

About

A Sass (SCSS) boilerplate, inspired by SMACSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published