File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 2.0.0] ( https://github.com/simonsmith/stylelint-component-custom-property/compare/1.0.1...2.0.0 ) (2025-09-08)
2+
3+
4+ ### Code Refactoring
5+
6+ * remove concept of "direct assignments" ([ 2cdf841] ( https://github.com/simonsmith/stylelint-component-custom-property/commit/2cdf84156105ec485efa079f79ac8c64439847b3 ) )
7+
8+
9+ ### BREAKING CHANGES
10+
11+ * this was prevent legit use of custom properties to
12+ override children:
13+
14+ ``` css
15+ .root {
16+ position : relative ;
17+
18+ --SomeChild-width : 960px ;
19+ }
20+ ```
21+
22+ Instead we now just care about "API declarations"
23+
124## [ 1.0.1] ( https://github.com/simonsmith/stylelint-component-custom-property/compare/1.0.0...1.0.1 ) (2025-09-04)
225
326
Original file line number Diff line number Diff line change 11{
22 "name" : " @simonsmith/stylelint-component-custom-property" ,
3- "version" : " 1 .0.1 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " Stylelint plugin that validates CSS custom properties in CSS modules to ensure they follow a component-based naming convention." ,
55 "publishConfig" : {
66 "access" : " public"
You can’t perform that action at this time.
0 commit comments