Skip to content

Commit

Permalink
feat(datepicker): change css to scss, add own styles (#2478)
Browse files Browse the repository at this point in the history
- changed css file to scss
- added mixin for theming and variables files
- added own classes for theming

Breaks `.label-success`(and same labels), was removed (use `.theme-green`, `theme-red` etc. instead, full-list in variables.scss)
  • Loading branch information
EvilAlexei authored and valorkin committed Aug 22, 2017
1 parent d035ceb commit 08170ed
Show file tree
Hide file tree
Showing 7 changed files with 603 additions and 563 deletions.
4 changes: 2 additions & 2 deletions .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prefix": "",
"mobile": false,
"styles": [
"../../src/datepicker/bs-datepicker.css"
"../../src/datepicker/bs-datepicker.scss"
],
"scripts": [],
"environmentSource": "environments/environment.ts",
Expand All @@ -41,7 +41,7 @@
}
},
"defaults": {
"styleExt": "css",
"styleExt": "scss",
"prefixInterfaces": false,
"inline": {
"style": false,
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Thumbs.db

/demo/e2e/*.js
/demo/e2e/*.map
/demo/src/ng-api-doc.ts
src/**/*.js
src/**/*.map
scripts/**/*.js
Expand Down
Loading

0 comments on commit 08170ed

Please sign in to comment.