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

MVP01 Fully customizable bootstrap-sass based ReactPathly theme fully integrated into watchify and browser sync workflow #15

Open
2 tasks done
victorkane opened this issue Apr 10, 2016 · 1 comment

Comments

@victorkane
Copy link
Member

ReactPathly theme

  • Install bootstrap outside of react-pathways workspace with git clone https://github.com/twbs/bootstrap-sass
  • Install bootswatch with npm install bootswatch-sass, then move it outside of version control).
  • Bring bootstrap-sass/assets/stylesheets to ./styles/bootstrap-sass/assets/stylesheets/ and place under version control, invoke via @import in main.scss.
  • Bring _bootswatch.scss and _variables.scss to ./styles/react-pathly/, place under version control, invoke via @import in ./styles/main.scss.
  • Change ./styles/main.scss to correctly import both bootstrap and the bootswatch theme sass files.
  • test that the resulting custom theme is fully integrated into watchify/browser-sync workflow
  • Change to our initial preferred color scheme and typography

Refs

@victorkane
Copy link
Member Author

Initial integration of bootstrap and bootswatch based "sub-theme" so I can work directly in Sass in my watchify/browser sync workflow, completed with 6c75f96.

victorkane added a commit that referenced this issue Apr 10, 2016
…ly integrated into watchify and browser sync workflow
victorkane added a commit that referenced this issue Apr 10, 2016
…ly integrated into watchify and browser sync workflow
victorkane added a commit that referenced this issue Apr 10, 2016
@victorkane victorkane changed the title Fully customizable bootstrap-sass based ReactPathly theme fully integrated into watchify and browser sync workflow MVP01 Fully customizable bootstrap-sass based ReactPathly theme fully integrated into watchify and browser sync workflow Apr 11, 2016
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

1 participant