-
Notifications
You must be signed in to change notification settings - Fork 32
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
Move general css styles into separate repo #483
Comments
Some changes to SCSS structure were loosely based on SASS Guidelines pattern: |
I totally support this. It'd be great if we can use an explicit license too so people can build plug-ins that have a clear reference point back to Marionette. |
@peterblazejewicz which styles can we use in themes files? Regarding to marionettejs/blog#17 we should make them both in one theme style. So right now I have no clue what to place there... @scott-w sorry, are you talking about js plugins? Do you wanna people who build Mn plugins use our styles for their doc sites? |
For stuff we'd want to bring into the ecosystem or affiliate with Marionette. |
All common should go into # RUBY
# Require any additional compass plugins here.
add_import_path "bower_components/foundation/scss" // Node/Grunt
sass: {
options: {
includePaths: ['bower_components/foundation/scss']
},
dist: {
options: {
outputStyle: 'compressed',
sourceMap: true,
},
files: {
'css/app.css': 'scss/app.scss'
}
}
}, |
@scott-w thanks, got it 👍 I'll try to create some repo maybe we can review it and talk about structure and all stuff in it. |
I propose to move global css styles in separate repo. As a result we will have kinda framework which can be used for main site and for blog.
Stuff which can be moved:
Thoughts?
The text was updated successfully, but these errors were encountered: