You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
ReactPathly theme
git clone https://github.com/twbs/bootstrap-sass
npm install bootswatch-sass
, then move it outside of version control).bootstrap-sass/assets/stylesheets
to./styles/bootstrap-sass/assets/stylesheets/
and place under version control, invoke via@import
inmain.scss
._bootswatch.scss
and_variables.scss
to./styles/react-pathly/
, place under version control, invoke via@import
in ./styles/main.scss.Refs
The text was updated successfully, but these errors were encountered: