Skip to content

Commit 1470f00

Browse files
committed
Merge pull request #28 from kni-labs/sanitize
adding sanitize.scss
2 parents 8f95a09 + d04e68f commit 1470f00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.sassdoc/
22
node_modules/
3+
bower_components/
34
sassdoc/
45
.DS_Store

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
".scss-style.yml",
2525
"test",
2626
"tests"
27-
]
27+
],
28+
"dependencies": {
29+
"sanitize.css": "~2.0.0"
30+
}
2831
}

0 commit comments

Comments
 (0)