Releases: master-co/css
Releases · master-co/css
v2.0.0-rc.37
New Features
VSCode
Support monorepo workspaces and multiple configurations @1aron 4b31640
Bug Fixes
VSCode
v2.0.0-rc.36
Additions
Improvements
Shorthands containing var functions should not autofill in the solid
style, resolved #348 @1aron 659f112 #348
Bug Fixes
v2.0.0-rc.35
Improvements
VSCode
Restart and pop up notification when configuration changes @1aron 9f127f4
Restart and pop up notification when settings are changed @1aron a490d55
Bug Fixes
Cannot find module 'csstype' or its corresponding type declarations @1aron bc837e7
v2.0.0-rc.29
Additions
ESLint
Setting option classDeclarations
for checking variable/member declarations @1aron bd41565
Language Service
Setting options for classAttributes
classAttributeBindings
classDeclarations
classFunctions
@1aron ce33aea
VSCode
Bug Fixes
Language Service
Deprecations
ESLint
Use classAttributes
classFunctions
instead of classMatching
calleeMatching
@1aron 4b89f5e
v2.0.0-rc.28
Deprecations
Refactor config.modeDriver
to config.modes
@BenSeage 06d67bf
export default {
- modeDriver: 'class',
+ modes: { dark: 'class', light: 'class' }
}
You can’t perform that action at this time.