What should change?
Gov.uk frontend is planning to remove support for the @import syntax. We need to make sure we are ready ahead of time otherwise future.
- Run dart sass
- do the migration
User need
No response
Proposed solution
switch @import to be @use .... as *
add with keyword
What should change?
Gov.uk frontend is planning to remove support for the @import syntax. We need to make sure we are ready ahead of time otherwise future.
User need
No response
Proposed solution
switch
@importto be@use .... as *add
withkeyword