File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Svelte preprocess CSS Modules, changelog
22
3+ ## 2.1.0-rc.2 (Oct 7, 2021)
4+ ### Features
5+ - Add option ` useAsDefaultScoping ` to enable cssModules globally without the need of the ` module ` attribute
6+
7+ ### Breaking changes
8+ - Rename option ` allowedAttributes ` to ` includeAttributes `
9+ - Add option ` parseExternalStylesheet ` to manually enable the parsing of imported stylesheets * (no more enabled by default)*
10+
311## 2.1.0-rc.1 (Oct 6, 2021)
412- Add ESM distribution
513
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ Force a selector to be scoped within a component to prevent style inheritance on
213213<p class =" child-uhRt2j" >My <em >secondary</em > lorem <strong >ipsum tuye</strong ></p >
214214```
215215
216- When used with a class, ` :local() ` applies the svelte scoping system to the selector. This could be useful when targetting global classname .
216+ When being used with a class, ` :local() ` applies the svelte scoping system to the selector. This could be useful when targetting global classnames .
217217
218218``` html
219219<style module >
You can’t perform that action at this time.
0 commit comments