Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-system",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/Wikia/design-system",
"authors": [
"Warkot <mateusz.warkocki@wikia-inc.com>",
Expand Down
1 change: 1 addition & 0 deletions components/_global-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
background-color: $color-dark-blue-gray;
box-sizing: border-box;
color: $color-white;
margin-top: 30px;

// reset and set some defaults (that should be set in DS)
* {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-system",
"version": "0.0.1",
"version": "0.0.2",
"description": "Design System developed for Wikia",
"scripts": {
"svgo": "svgo --precision 3 --config .svgo.yml assets/icons"
Expand Down