You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

svelte-preprocess-cssmodules

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-preprocess-cssmodules - npm Package Versions

124

1.3.2

Diff
m
micantoine
published 1.3.2 •

Changelog

Source

1.3.2 (Jan 4, 2021)

Fix attempting import from node_modules packages issue #10 - pull request #11

m
micantoine
published 1.3.1 •

Changelog

Source

1.3.1 (Nov 22, 2020)

Add support for old version of nodes (node 8 & node 10 tested)

m
micantoine
published 1.3.0 •

Changelog

Source

1.3.0 (Nov 22, 2020)

Feature

Apply CSS Modules from imported stylesheets

Fixes

global selector Regex is now working with an attached bracket to the selector (missing space was throwing an error) .myclass{ }

Plugin Development

Set up typescript, eslint and prettier

m
micantoine
published 1.2.1 •

Changelog

Source

1.2.1 (Oct 31, 2020)

  • Fix class chaining and pseudo selector pull request #8
m
micantoine
published 1.2.0 •

Changelog

Source

1.2.0 (Sept 21, 2020)

m
micantoine
published 1.1.1 •

Changelog

Source

1.1.1

  • Fix the use of [path] in the localIdentName rule.
  • Escape css on the classname
  • Dependencies update
m
micantoine
published 1.1.0 •

Changelog

Source

1.1.0

  • Add optional shortand syntax $.MY_CLASSNAME to increase development speed and remove verbosity.
m
micantoine
published 1.0.1 •

Changelog

Source

1.0.1

  • Fix style parsing on empty cssModules class
m
micantoine
published 1.0.0 •

Changelog

Source

1.0.0

  • Ability to use the same class on multiple elments
  • Use with svelte loader Ok
  • Add test
m
micantoine
published 0.1.1 •

Changelog

Source

0.1.1

  • Fix modules exports
  • Fix includePaths check
  • Update loader-utils package