This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3ba1e98c07
webpack
/
test
/
configCases
/
css
/
postcss-modules-plugins
/
import.modules.css
16 lines
107 B
CSS
Raw
Normal View
History
Unescape
Escape
test: added `postcss-modules-extract-imports` tests (#20099)
2025-11-07 03:30:49 +08:00
.
abc
{
color
:
red
;
}
test: postcss plugins (#20100)
2025-11-07 08:22:57 +08:00
.
__foo
{
color
:
red
;
}
.
some-value
{
color
:
red
;
}
.
otherClass
{
color
:
red
;
}