Skip to content

Migrate import sass #293

@wildan3105

Description

@wildan3105

Warning:

[0] github-langs running on port: 3000
[1] `import sass from 'sass'` is deprecated.
[1] Please use `import * as sass from 'sass'` instead.
[1] [17:29:06] Using gulpfile ~/Development/personal/github-langs/gulpfile.js
[1] [17:29:06] Starting 'watch'...
[1] [17:29:06] Starting 'generateStyles'...
[1] DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
[1] 
[1] More info: https://sass-lang.com/d/legacy-js-api
[1] 
[1] DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
[1] 
[1] More info and automated migrator: https://sass-lang.com/d/import
[1] 
[1]   ╷
[1] 1 │ @import "bootstrap/scss/bootstrap";
[1]   │         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[1]   ╵
[1]     public/css/base.scss 1:9  root stylesheet
[1] 
[1] DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
[1] 
[1] More info and automated migrator: https://sass-lang.com/d/import
[1] 
[1]   ╷
[1] 2 │ @import "themes/light";
[1]   │         ^^^^^^^^^^^^^^
[1]   ╵
[1]     public/css/base.scss 2:9  root stylesheet
[1] 
[1] DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
[1] 
[1] More info and automated migrator: https://sass-lang.com/d/import
[1] 
[1]   ╷
[1] 3 │ @import "themes/dark";
[1]   │         ^^^^^^^^^^^^^
[1]   ╵
[1]     public/css/base.scss 3:9  root stylesheet
[1] 
[1] [17:29:06] Finished 'generateStyles' after 553 ms
[1] [17:29:06] Starting 'watchFiles'...

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions