DEV Community

Discussion on: TIL - SASS - CSS Preprocessor

Collapse
 
digitalgreyhat profile image
Digital Grey Hat

use @use 'path'; instead of @import 'path'; This is the new better way of importing scss files.