File tree Expand file tree Collapse file tree 5 files changed +16
-220
lines changed Expand file tree Collapse file tree 5 files changed +16
-220
lines changed Original file line number Diff line number Diff line change 6
6
< body >
7
7
< h1 > Do you see nice input field?</ h1 >
8
8
< br >
9
- < input type ="text " class ="ui big field ">
10
- < button class ="ui big button "> Search</ button >
9
+ < input type ="text " class ="ui field ">
10
+ < button class ="ui button "> Search</ button >
11
11
12
12
< script type ="text/javascript " src ="./index.js "> </ script >
13
13
</ body >
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- require ( './lib/index.css' )
2
+ require ( '@scratch-css/scratch' )
3
+ require ( './lib/index.css' )
Original file line number Diff line number Diff line change 13
13
--field-box-shadow : none;
14
14
15
15
/* font styles */
16
- --field-text-transform : uppercase ;
16
+ --field-text-transform : none ;
17
17
--field-font-weight : var (--font-regular );
18
18
--field-text-align : left;
19
19
--field-letter-spacing : 0 ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scratch-css/ui" ,
3
3
"version" : " 1.0.2" ,
4
- "description" : " " ,
5
4
"main" : " lib/index.css" ,
6
5
"scripts" : {
7
6
"start" : " parcel index.html --no-cache" ,
8
- "build" : " parcel build index.html" ,
9
- "deploy" : " yarn build && gh-pages -d dist"
7
+ "build" : " parcel build index.html"
10
8
},
11
- "author" : " " ,
12
- "license" : " " ,
13
9
"dependencies" : {
14
- "@scratch-css/scratch" : " ^1.0.0 "
10
+ "@scratch-css/scratch" : " ^1.0.2 "
15
11
},
16
12
"devDependencies" : {
17
- "gh-pages" : " ^2.0.1" ,
18
13
"parcel-bundler" : " ^1.12.3" ,
19
14
"postcss-preset-env" : " ^6.7.0"
20
15
},
21
- "browserslist" : [
22
- " last 1 version" ,
23
- " > 1%"
24
- ],
25
16
"postcss" : {
26
17
"plugins" : {
27
18
"postcss-preset-env" : {
28
19
"stage" : 0
29
20
}
30
21
}
31
- }
22
+ },
23
+ "browserslist" : [
24
+ " > 0%"
25
+ ]
32
26
}
You can’t perform that action at this time.
0 commit comments