Skip to content

Commit

Permalink
Merge pull request #20 from kdemoya/15-removing-sass
Browse files Browse the repository at this point in the history
fixes #15 - Removed SASS from gitignore and README files
  • Loading branch information
kdemoya committed Sep 9, 2015
2 parents 2241476 + 7f548fe commit 21ee449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,4 @@ build/Release
node_modules


### Sass ###
.sass-cache/
*.css.map


build
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@
* **Tests:** [Mocha](https://mochajs.org/) + [ChaiJS](http://chaijs.com/)
* **Utilities:** [lodash](https://lodash.com/)
* **Templating:** [React](http://facebook.github.io/react/)
* **Styling:** [SASS](http://sass-lang.com/)
* **Styling:** [Inline styles with JavaScript](https://github.com/reactjs/react-future/blob/master/04%20-%20Layout/04%20-%20Inline%20Styles.md)

# Coding Style
* **React:** [Airbnb React/JSX Style Guide](https://github.com/airbnb/javascript/tree/master/react)
* **JavaScript:** [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
* **CSS:** [Airbnb CSS / Sass Styleguide](https://github.com/airbnb/css)

# Git workflow
* [**Forking Workflow**](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow)

0 comments on commit 21ee449

Please sign in to comment.