File tree Expand file tree Collapse file tree 4 files changed +676
-1
lines changed Expand file tree Collapse file tree 4 files changed +676
-1
lines changed Original file line number Diff line number Diff line change 6060 "./postcss/buttons" : " ./src/extra/buttons.css" ,
6161 "./postcss/buttons/light" : " ./src/extra/buttons.light.css" ,
6262 "./postcss/buttons/dark" : " ./src/extra/buttons.dark.css" ,
63+ "./inputs" : " ./inputs.min.css" ,
64+ "./inputs/range-handler" : " ./src/extra/inputs.range.js" ,
65+ "./postcss/inputs" : " ./src/extra/inputs.css" ,
6366 "./animations" : " ./animations.min.css" ,
6467 "./aspects" : " ./aspects.min.css" ,
6568 "./blue" : " ./blue.min.css" ,
199202 "lib:buttons" : " postcss src/extra/buttons.css -o buttons.min.css" ,
200203 "lib:buttons:light" : " postcss src/extra/buttons.light.css -o buttons.light.min.css" ,
201204 "lib:buttons:dark" : " postcss src/extra/buttons.dark.css -o buttons.dark.min.css" ,
205+ "lib:inputs" : " postcss src/extra/inputs.css -o inputs.min.css" ,
202206 "lib:animations" : " postcss src/props.animations.css -o animations.min.css" ,
203207 "lib:aspects" : " postcss src/props.aspects.css -o aspects.min.css" ,
204208 "lib:borders" : " postcss src/props.borders.css -o borders.min.css" ,
Original file line number Diff line number Diff line change 133133 cursor : initial;
134134 align-self : flex-start;
135135 border-radius : var (--radius-2 );
136- border : var (--border-size-1 ) solid var (--surface-2 );
137136 box-shadow : var (--inner-shadow-4 );
138137 color : var (--text-2 );
139138}
You can’t perform that action at this time.
0 commit comments