Skip to content

Commit

Permalink
Remove no more needed tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 20, 2024
1 parent fede76d commit 27eb048
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop_alt/sass/desktop_alt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@import './vars_desktop_alt.scss';
@import 'gmf/controllers/desktop.scss';
@import '~mapillary-js';
@import 'mapillary-js';

html {
body {
Expand Down
2 changes: 1 addition & 1 deletion src/contextualdata/contextualdata.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars.scss';
@import 'gmf/sass/vars.scss';

.popover.gmf-contextualdata {
width: 25rem;
Expand Down
4 changes: 2 additions & 2 deletions src/controllers/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

@import './vars_desktop.scss';

@import '~ol/ol.css';
@import 'ol/ol.css';
@import 'gmf/css/reset.css';
@import 'gmf/sass/gmf-font.scss';
@import '~bootstrap/scss/bootstrap.scss';
@import 'bootstrap/scss/bootstrap.scss';
@import 'gmf/sass/base.scss';
@import 'gmf/sass/map.scss';
@import 'gmf/sass/input-range.scss';
Expand Down
4 changes: 2 additions & 2 deletions src/controllers/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

@import './vars_mobile.scss';

@import '~ol/ol.css';
@import 'ol/ol.css';
@import 'gmf/css/reset.css';
@import 'gmf/sass/gmf-font.scss';
@import '~bootstrap/scss/bootstrap.scss';
@import 'bootstrap/scss/bootstrap.scss';
@import 'gmf/sass/base.scss';
@import 'gmf/sass/map.scss';
@import 'gmf/sass/input-range.scss';
Expand Down
2 changes: 1 addition & 1 deletion src/dropfile/dropfile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars_only.scss';
@import 'gmf/sass/vars_only.scss';

$bgselector-image-size: 3rem;
.gmf-file-alert-contained {
Expand Down
2 changes: 1 addition & 1 deletion src/floor/floor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars_only.scss';
@import 'gmf/sass/vars_only.scss';

gmf-floorselector.gmf-floorselector {
overflow: hidden;
Expand Down
4 changes: 2 additions & 2 deletions src/import/import.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars.scss';
@import '~gmf/sass/typeahead.scss';
@import 'gmf/sass/vars.scss';
@import 'gmf/sass/typeahead.scss';

gmf-importdatasource {
.gmf-importdatasource-url-form-group {
Expand Down
2 changes: 1 addition & 1 deletion src/layertree/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars_only.scss';
@import 'gmf/sass/vars_only.scss';
@import '@fortawesome/fontawesome-free/scss/variables.scss';

.gmf-layertree-root-tools {
Expand Down
4 changes: 2 additions & 2 deletions src/layertree/timeslider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars.scss';
@import '~gmf/sass/input-range.scss';
@import 'gmf/sass/vars.scss';
@import 'gmf/sass/input-range.scss';

.gmf-time-slider {
// 1.75rem come from bootstrap popover class .popover-content { padding: 0.56rem 0.87rem; }
Expand Down
2 changes: 1 addition & 1 deletion src/permalink/share.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars.scss';
@import 'gmf/sass/vars.scss';

gmf-share {
.modal-body {
Expand Down
2 changes: 1 addition & 1 deletion src/profile/profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars_only.scss';
@import 'gmf/sass/vars_only.scss';

$profile-height: 12.5rem;
.panel.gmf-profile-container {
Expand Down
2 changes: 1 addition & 1 deletion src/query/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars.scss';
@import 'gmf/sass/vars.scss';

$table-height: $displayquerygrid-height - $app-margin - 2 * $map-tools-size;

Expand Down
2 changes: 1 addition & 1 deletion src/query/window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars.scss';
@import 'gmf/sass/vars.scss';

$displayquerywindow-tablet-width: calc(9 * $map-tools-size);
$displayquerywindow-detailed-header-height: 3.12rem;
Expand Down
2 changes: 1 addition & 1 deletion src/sass/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
@import 'ngeo/query/window.scss';
@import 'ngeo/editing/editing.css';
@import 'ngeo/sass/jquery-ui.scss';
@import '~jquery-datetimepicker/jquery.datetimepicker.css';
@import 'jquery-datetimepicker/jquery.datetimepicker.css';
6 changes: 3 additions & 3 deletions src/sass/font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
*/

$fa-font-path: '~@fortawesome/fontawesome-free/webfonts';
@import '~@fortawesome/fontawesome-free/scss/fontawesome.scss';
@import '~@fortawesome/fontawesome-free/scss/regular.scss';
@import '~@fortawesome/fontawesome-free/scss/solid.scss';
@import '@fortawesome/fontawesome-free/scss/fontawesome.scss';
@import '@fortawesome/fontawesome-free/scss/regular.scss';
@import '@fortawesome/fontawesome-free/scss/solid.scss';
2 changes: 1 addition & 1 deletion src/sass/iphone.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars.scss';
@import 'gmf/sass/vars.scss';

// Hack for ios Safari browser (UI overlapping on iOS 10)
@media all and (orientation: landscape) {
Expand Down
12 changes: 6 additions & 6 deletions src/sass/jquery-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~jquery-ui/themes/base/core.css';
@import 'jquery-ui/themes/base/core.css';
// @import "~jquery-ui/themes/base/accordion.css";
// @import "~jquery-ui/themes/base/autocomplete.css";
// @import "~jquery-ui/themes/base/button.css";
// @import "~jquery-ui/themes/base/checkboxradio.css";
// @import "~jquery-ui/themes/base/controlgroup.css";
@import '~jquery-ui/themes/base/datepicker.css';
@import 'jquery-ui/themes/base/datepicker.css';
// @import "~jquery-ui/themes/base/dialog.css";
@import '~jquery-ui/themes/base/draggable.css';
@import 'jquery-ui/themes/base/draggable.css';
// @import "~jquery-ui/themes/base/menu.css";
// @import "~jquery-ui/themes/base/progressbar.css";
@import '~jquery-ui/themes/base/resizable.css';
@import 'jquery-ui/themes/base/resizable.css';
// @import "~jquery-ui/themes/base/selectable.css";
// @import "~jquery-ui/themes/base/selectmenu.css";
// @import "~jquery-ui/themes/base/sortable.css";
@import '~jquery-ui/themes/base/slider.css';
@import 'jquery-ui/themes/base/slider.css';
// @import "~jquery-ui/themes/base/spinner.css";
// @import "~jquery-ui/themes/base/tabs.css";
// @import "~jquery-ui/themes/base/tooltip.css";
@import '~jquery-ui/themes/base/theme.css';
@import 'jquery-ui/themes/base/theme.css';
6 changes: 3 additions & 3 deletions src/sass/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

@import 'gmf/sass/vars_only.scss';

@import '~bootstrap/scss/_functions.scss';
@import '~bootstrap/scss/_variables.scss';
@import '~@fortawesome/fontawesome-free/scss/_variables.scss';
@import 'bootstrap/scss/_functions.scss';
@import 'bootstrap/scss/_variables.scss';
@import '@fortawesome/fontawesome-free/scss/_variables.scss';

$table-border-color: $border-color !default;

Expand Down
2 changes: 1 addition & 1 deletion src/spinner/loader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@import '~gmf/sass/vars.scss';
@import 'gmf/sass/vars.scss';

.request-spinner {
z-index: $above-all;
Expand Down

0 comments on commit 27eb048

Please sign in to comment.