-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(all): fix .less relative paths for better IDE and StackBlitz supp…
…ort (#81) * fix(all): fix .less relative paths for better IDE and StackBlitz support * chore(core): fix extra replace * chore(core): remove extra .less
- Loading branch information
1 parent
7676d84
commit f061dcd
Showing
31 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
24 changes: 12 additions & 12 deletions
24
projects/addon-mobile/styles/tinkoff-ui-angular-mobile.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
@import '../../core/styles/basic/normalize'; | ||
@import '../../core/styles/basic/main'; | ||
@import '../../core/styles/themes/theme-default-vars'; | ||
@import '../../core/styles/markup/tui-island'; | ||
@import '../../core/styles/markup/tui-palette'; | ||
@import '../../core/styles/markup/tui-space'; | ||
@import '../../core/styles/themes/wrapper/textfield'; | ||
@import '../../core/styles/themes/wrapper/table'; | ||
@import '../../core/styles/themes/wrapper/primary'; | ||
@import '../../core/styles/themes/wrapper/secondary'; | ||
@import '../../core/styles/themes/wrapper/whiteblock'; | ||
@import '../../core/styles/themes/wrapper/outline'; | ||
@import '../../core/styles/basic/normalize.less'; | ||
@import '../../core/styles/basic/main.less'; | ||
@import '../../core/styles/themes/theme-default-vars.less'; | ||
@import '../../core/styles/markup/tui-island.less'; | ||
@import '../../core/styles/markup/tui-palette.less'; | ||
@import '../../core/styles/markup/tui-space.less'; | ||
@import '../../core/styles/themes/wrapper/textfield.less'; | ||
@import '../../core/styles/themes/wrapper/table.less'; | ||
@import '../../core/styles/themes/wrapper/primary.less'; | ||
@import '../../core/styles/themes/wrapper/secondary.less'; | ||
@import '../../core/styles/themes/wrapper/whiteblock.less'; | ||
@import '../../core/styles/themes/wrapper/outline.less'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
projects/core/components/hints-host/hint-box/hint-box.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
projects/core/components/primitive-calendar/primitive-calendar.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '../../styles/basic/basic-imports'; | ||
@import '../../styles/basic/basic-imports.less'; | ||
|
||
@itemSize: 36px; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
projects/core/components/primitive-checkbox/primitive-checkbox.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
projects/core/components/primitive-spin-button/primitive-spin-button.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
projects/core/components/primitive-textfield/primitive-textfield.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '../../styles/basic/basic-imports'; | ||
@import '../../styles/basic/basic-imports.less'; | ||
|
||
.textfield(); | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
projects/core/components/primitive-year-picker/primitive-year-picker.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '../../styles/basic/basic-imports'; | ||
@import '../../styles/basic/basic-imports.less'; | ||
|
||
@itemSize: 63px; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '../../styles/mixins/mixins'; | ||
@import '../../styles/mixins/mixins.less'; | ||
|
||
:host { | ||
position: relative; | ||
|
2 changes: 1 addition & 1 deletion
2
projects/core/components/scroll-controls/scroll-controls.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
projects/core/modules/notifications/notification-alert/notification-alert.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
projects/core/modules/notifications/notifications-host/notifications-host.style.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@import '../mixins/mixins'; | ||
@import '../mixins/picker'; | ||
@import '../mixins/text'; | ||
@import '../mixins/textfield'; | ||
@import '../variables/sizes'; | ||
@import '../variables/media'; | ||
@import '../mixins/mixins.less'; | ||
@import '../mixins/picker.less'; | ||
@import '../mixins/text.less'; | ||
@import '../mixins/textfield.less'; | ||
@import '../variables/sizes.less'; | ||
@import '../variables/media.less'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
@import './basic/basic-imports'; | ||
@import './basic/keyframes'; | ||
@import './basic/normalize'; | ||
@import './basic/main'; | ||
@import './markup/tui-autofill'; | ||
@import './markup/tui-container'; | ||
@import './markup/tui-form'; | ||
@import './markup/tui-group'; | ||
@import './markup/tui-island'; | ||
@import './markup/tui-list'; | ||
@import './markup/tui-menu-link'; | ||
@import './markup/tui-mobile-only'; | ||
@import './markup/tui-palette'; | ||
@import './markup/tui-required'; | ||
@import './markup/tui-row'; | ||
@import './markup/tui-skeleton'; | ||
@import './markup/tui-space'; | ||
@import './markup/tui-table'; | ||
@import './markup/tui-text'; | ||
@import './basic/basic-imports.less'; | ||
@import './basic/keyframes.less'; | ||
@import './basic/normalize.less'; | ||
@import './basic/main.less'; | ||
@import './markup/tui-autofill.less'; | ||
@import './markup/tui-container.less'; | ||
@import './markup/tui-form.less'; | ||
@import './markup/tui-group.less'; | ||
@import './markup/tui-island.less'; | ||
@import './markup/tui-list.less'; | ||
@import './markup/tui-menu-link.less'; | ||
@import './markup/tui-mobile-only.less'; | ||
@import './markup/tui-palette.less'; | ||
@import './markup/tui-required.less'; | ||
@import './markup/tui-row.less'; | ||
@import './markup/tui-skeleton.less'; | ||
@import './markup/tui-space.less'; | ||
@import './markup/tui-table.less'; | ||
@import './markup/tui-text.less'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
//Have to reimport this: https://github.com/angular/angular-cli/issues/7245 | ||
@import './basic/basic-imports'; | ||
@import './basic/basic-imports.less'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import './theme/fonts.css'; | ||
@import './taiga-ui-local'; | ||
@import './theme/variables'; | ||
@import './theme/wrapper'; | ||
@import './taiga-ui-local.less'; | ||
@import './theme/variables.less'; | ||
@import './theme/wrapper.less'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@import './wrapper/icon'; | ||
@import './wrapper/outline'; | ||
@import './wrapper/primary'; | ||
@import './wrapper/secondary'; | ||
@import './wrapper/table'; | ||
@import './wrapper/textfield'; | ||
@import './wrapper/whiteblock'; | ||
@import './wrapper/icon.less'; | ||
@import './wrapper/outline.less'; | ||
@import './wrapper/primary.less'; | ||
@import './wrapper/secondary.less'; | ||
@import './wrapper/table.less'; | ||
@import './wrapper/textfield.less'; | ||
@import './wrapper/whiteblock.less'; |