File tree Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Original file line number Diff line number Diff line change @@ -4,53 +4,55 @@ Unnamed is a simple colorful css framework that is recommended to be used while
4
4
5
5
Npm
6
6
7
- ` npm install unnamed `
7
+ npm install unnamed
8
8
9
- Non-minimized
9
+ Non-minified
10
10
11
- ` <link rel="stylesheet" href="http://smakosh.com/unnamed.css"/> `
11
+ <link rel="stylesheet" href="http://smakosh.com/unnamed.css"/>
12
12
13
- CDN | Non-minimized
13
+ CDN | Non-minified
14
14
15
- ` <link rel="stylesheet" href="https://unnamedcss-9a1f.kxcdn.com/unnamed.css"/> `
15
+ <link rel="stylesheet" href="https://unnamedcss-9a1f.kxcdn.com/unnamed.css"/>
16
16
17
- Minimized
17
+ minified
18
18
19
- ` <link rel="stylesheet" href="http://smakosh.com/unnamed.min.css"/> `
19
+ <link rel="stylesheet" href="http://smakosh.com/unnamed.min.css"/>
20
20
21
- CDN | minimized
21
+ CDN | minified
22
22
23
- ` <link rel="stylesheet" href="https://unnamedcss-9a1f.kxcdn.com/unnamed.min.css"/> `
23
+ <link rel="stylesheet" href="https://unnamedcss-9a1f.kxcdn.com/unnamed.min.css"/>
24
24
25
- Accelerated by <a href =" https://www.keycdn.com/?ref=unnamed-repo " >KeyCDN</a >
25
+ Accelerated by <a href =" https://www.keycdn.com/?a=39455 " >KeyCDN</a >
26
26
27
- # Documentation
27
+ ## Documentation
28
28
29
29
https://unnamed.smakosh.com
30
30
31
- # Development
31
+ ## Development
32
32
33
- ## For web apps
33
+ ### For web apps
34
34
35
35
Npm
36
36
37
- ` $ npm install unnamed `
37
+ $ npm install unnamed
38
38
39
- Usage with webpack: ` import 'unnamed' `
39
+ Usage with webpack:
40
40
41
- ## For landing pages
41
+ import 'unnamed'
42
42
43
- < h3 >Clone</ h3 >
43
+ ### For landing pages
44
44
45
- ` $ git clone https://github.com/smakosh/Unnamed-getting-started.git `
45
+ #### Clone & start dev server
46
46
47
- ` $ cd Unnamed-getting-started && yarn install && bower install `
47
+ $ git clone https://github.com/smakosh/ Unnamed-getting-started.git
48
48
49
- ` $ gulp serve `
49
+ $ cd Unnamed-getting-started && yarn install && bower install
50
50
51
- < h3 >Build</ h3 >
51
+ $ gulp serve
52
52
53
- ` $ gulp build `
53
+ #### To Build
54
+
55
+ $ gulp build
54
56
55
57
# License
56
58
You can’t perform that action at this time.
0 commit comments