Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out where to place modifiers and how to implement them #43

Open
dr-potato opened this issue Apr 23, 2014 · 0 comments
Open

Figure out where to place modifiers and how to implement them #43

dr-potato opened this issue Apr 23, 2014 · 0 comments

Comments

@dr-potato
Copy link
Collaborator

Several options:

  • Group all descendants under a single modifier (at the submodules section or in the modifiers section)
  • Create modifiers for every module and descendant
// *************************************
//
// Module
// -> This is an example module
//
// *************************************

// .Module

// -------------------------------------
// Module specific variables
// -------------------------------------

// Module-variableName

// -------------------------------------
// Modifiers
// -------------------------------------

// .Module--modifierName

// -------------------------------------
// States
// -------------------------------------

// .is-module-state

// -------------------------------------
// Context
// -------------------------------------

// .has-module

// -------------------------------------
// Submodules
// -------------------------------------

// ----- Submodule ----- //

// .Module-subModule
@dr-potato dr-potato changed the title Figure out where to place modifiers and how to implement. Figure out where to place modifiers and how to implement Apr 23, 2014
@dr-potato dr-potato changed the title Figure out where to place modifiers and how to implement Figure out where to place modifiers and how to implement them Apr 23, 2014
@Kah0ona Kah0ona added the Later label Jun 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants