Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kejace committed Jan 15, 2018
1 parent 4d3a5a5 commit 808cadc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build-css": "./node_modules/.bin/node-sass styles -o dist",
"postinstall": "npm run build-css",
"kss": "npm run build-css && mkdir styleguide ; cp dist/index.css styleguide/ && ./node_modules/.bin/kss --source styles --destination styleguide --css index.css ",
"kss": "npm run build-css && mkdir styleguide ; cp dist/index.css styleguide/ && ./node_modules/.bin/kss --source styles --destination styleguide --css index.css --homepage styleguide.md",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
Expand Down
4 changes: 0 additions & 4 deletions styles/components/_bubbles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Bubbles
//
// Style guide: foam.components.bubbles

$bubbleWidth: 13rem; // since this only concerns the bubble this can be placed here

.mapboxgl-marker {
Expand Down
7 changes: 0 additions & 7 deletions styles/components/_card.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Cards
//
// Everything card related goes here
//
// Style guide: foam.components.cards


// .cardContainer(@color)
//
// @color is the color of the card
Expand Down
3 changes: 3 additions & 0 deletions styles/styleguide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# FOAM.CSS style guide

Hello World

0 comments on commit 808cadc

Please sign in to comment.