svelte-preprocess-cssmodules
Advanced tools
Changelog
2.1.0-rc.2 (Oct 7, 2021)
useAsDefaultScoping
to enable cssModules globally without the need of the module
attributeallowedAttributes
to includeAttributes
parseExternalStylesheet
to manually enable the parsing of imported stylesheets (no more enabled by default)Changelog
2.0.1 (May 6, 2021)
Changelog
2.0.0-rc.3 (April 20, 2021)
:local()
selectorChangelog
2.0.0-rc.2 (April 16, 2021)
hashSeeder
to customize the source of the hashing methodallowedAttributes
to parse other attributes than class
class
attribute on HTML elements and inline componentsnative
& mixed
mode when <style>
already existsChangelog
2.0.0-rc.1 (April 11, 2021)
New main release of the preprocessor including
$style.
& $.
issue #13native
, mixed
, scoped
(default being native
following cssModules philosophy)module
attribute on the <style>
tag to preprocess the componentmodule
attribute.module.css
Changelog
1.3.2 (Jan 4, 2021)
Fix attempting import from node_modules
packages issue #10 - pull request #11
Changelog
1.3.1 (Nov 22, 2020)
Add support for old version of nodes (node 8 & node 10 tested)