6.3.0 (2021-09-18)
Features
- added
[folder]
placeholder (a0dee4f) - added the
exportType
option with'array'
,'string'
and'css-style-sheet'
values (c6d2066)'array'
- the default export isArray
with API forstyle-loader
and other'string'
- the default export isString
you don't needto-string-loader
loader anymore'css-style-sheet'
- the default export is aconstructable stylesheet
, you can useimport sheet from './styles.css' assert { type: 'css' };
like in a browser, more information you can find here
- supported
supports()
andlayer()
functions in@import
at-rules (#1377) (bce2c17) - fix multiple merging multiple
@media
at-rules (#1377) (bce2c17)