Skip to content

feelingenorm/assassin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assassin

Note: a more extensive documentation will land soon

Version: 1.0.1

Assassin is an opinionated BEM SASS bundle to kickstart the creation of advanced, well-structured SASS sites. As used within 76interactive.

Components

Assassin includes the following components:

Installation

Manual installation

Download the whole repository as .zip, unpack it and place it in your sass working directory. Although you may want to consider adding it as a submodule as it comes with a few advantages, such as updates.

Add as git submodule

To add the lungo bundle as a git submodule, run the following command:

$ git submodule add https://github.com/76interactive/assassin.git

Usage

Import the bundle to use all of assassin. (given that you've either installed assassin using git or that you've install assassin within a directory called: "assassin")

@import "assassin/helpers";

// framework configuration if needed

@import "assassin/assassin";

TODO

  • Breakpoint helpers for an easier and more consitent structure
  • Variable mapping structure

License

Assassin is released under the MIT license. See LICENSE for details.

About

Awesome sass bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages