Permalink
Please
sign in to comment.
Showing
with
1,007 additions
and 742 deletions.
- +11 −1 .stylelintrc
- +3 −3 Gemfile.lock
- +984 −729 package-lock.json
- +9 −9 package.json
| @@ -1,5 +1,15 @@ | ||
| { | ||
| "extends": [ | ||
| "stylelint-config-twbs-bootstrap/scss" | ||
| ] | ||
| ], | ||
| "rules": { | ||
| "property-blacklist": [ | ||
| "border-radius", | ||
| "border-top-left-radius", | ||
| "border-top-right-radius", | ||
| "border-bottom-right-radius", | ||
| "border-bottom-left-radius", | ||
| "transition" | ||
| ] | ||
| } | ||
| } |
Oops, something went wrong.


0 comments on commit
3723613