Skip to content

Commit

Permalink
Merge pull request #8 from viljamis/hotfix/icons
Browse files Browse the repository at this point in the history
Hotfix/icons
  • Loading branch information
arielsalminen authored Nov 2, 2017
2 parents 0bd8b24 + f1f7b89 commit d00cccb
Show file tree
Hide file tree
Showing 792 changed files with 10 additions and 1,581 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Elements are the smallest basic structures of a UI. They can not be broken down

#### Creating a new `Element`

To create a new element, you will first want to navigate to `/src/elements/` and create a new `.vue` file. Element names don’t have a prefix, but it’s recommended that they are *multiword* or otherwise compatible with existing and future HTML elements *(to learn more, see [Naming of Things](https://github.com/viljamis/vue-design-system#naming-of-things)).*
To create a new element, you will first want to navigate to `/src/elements/` and create a new `.vue` file. Element names don’t have a prefix, but it’s recommended that they are *multiword* or otherwise compatible with existing and future HTML elements *(to learn more, see [Naming of Things](#naming-of-things)).*

#### For the sake of simplicity, let’s imagine you’re creating a button:

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"start": "npm run styleguide | onchange 'src/tokens/*.yml' -- theo src/tokens/tokens.yml --transform web --format map.scss,scss,json --dest src/tokens/compiled | theo src/tokens/tokens.yml --transform web --format map.scss,scss,json --dest src/tokens/compiled | npm run dev",
"build": "node build/build.js",
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build"
"styleguide:build": "vue-styleguidist build",
"theo": "theo src/tokens/tokens.yml --transform web --format map.scss,scss,json --dest src/tokens/compiled"
},
"dependencies": {
"assemble": "^0.3.83",
Expand Down
Empty file removed static/static/.gitkeep
Empty file.
2 changes: 0 additions & 2 deletions static/static/icons/500px.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/address-book-o.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/address-book.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/address-card-o.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/address-card.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/adjust.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/adn.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/align-center.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/align-justify.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/align-left.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/align-right.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/amazon.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/ambulance.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/american-sign-language-interpreting.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/anchor.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/android.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angellist.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angle-double-down.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angle-double-left.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angle-double-right.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angle-double-up.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angle-down.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angle-left.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angle-right.svg

This file was deleted.

2 changes: 0 additions & 2 deletions static/static/icons/angle-up.svg

This file was deleted.

Loading

0 comments on commit d00cccb

Please sign in to comment.