This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
forked from Devographics/entities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
other.yml
160 lines (139 loc) · 3.24 KB
/
other.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
#################################################
# CSS methodologies
#################################################
- id: bem
name: BEM
contexts: [state_of_css]
description: |
You will not be surprised to hear that BEM is an abbreviation
of the key elements of the methodology — Block, Element and Modifier.
homepage: "http://getbem.com/"
tags:
- css
- css_methodologies
- id: atomic_css
name: Atomic CSS (Utility-first CSS)
contexts: [state_of_css]
description: |
Atomic CSS is a CSS architecture. It is not opinionated;
it simply defines a set of classes representing single-purpose styling units.
homepage: "https://acss.io"
tags:
- css
- css_methodologies
- id: oocss
name: OOCSS
contexts: [state_of_css]
homepage: http://oocss.org/
description: |
OOCSS, or object-oriented CSS, is a methodology to help programmers
write CSS that is succinct and easy to maintain.
tags:
- css
- css_methodologies
- id: smacss
name: SMACSS
contexts: [state_of_css]
homepage: http://smacss.com/
description: |
SMACSS (pronounced “smacks”) is more style guide than rigid framework.
There is no library within here for you to download or install.
There is no git repository for you to clone. SMACSS is a way to examine
your design process and as a way to fit those rigid frameworks into
a flexible thought process.
tags:
- css
- css_methodologies
- id: it_css
name: ITCSS
description: |
ITCSS is a sane, scalable, managed
CSS architecture from CSS Wizardry
homepage: https://itcss.io/
tags:
- state_of_css
- css
- css_methodologies
- id: cube_css
name: CUBE CSS
homepage: https://piccalil.li/blog/cube-css/
tags:
- css
- css_methodologies
- id: css_in_js
name: CSS-in-JS
tags:
- css
- css_methodologies
- id: rscss
name: RSCSS
homepage: https://rscss.io/
tags:
- css
- css_methodologies
#################################################
# Other CSS Tools
#################################################
- id: stylelint
name: Stylelint
homepage: https://stylelint.io/
contexts: [state_of_css]
npm: stylelint
tags:
- css
- id: purge_css
name: PurgeCSS
homepage: https://purgecss.com/
contexts: [state_of_css]
tags:
- css
- id: purify_css
name: PurifyCSS
homepage: https://purifycss.online/
contexts: [state_of_css]
tags:
- css
- id: browser_environment
name: Browser
- id: jspm
name: jspm
homepage: https://jspm.org/
- id: css_comb
name: CSScomb
homepage: https://github.com/csscomb/csscomb.js
github: csscomb/csscomb.js
tags:
- css
- utilities
- id: csso
name: CSSO
homepage: https://css.github.io/csso/csso.html
github: css/csso
tags:
- css
- utilities
- id: codekit
name: CodeKit
homepage: https://codekitapp.com/
tags:
- css
- utilities
#################################################
# Form Factors
#################################################
- id: browserstack
name: BrowserStack
homepage: https://www.browserstack.com/
tags:
- css
- form_factors
- id: voice
name: Voice Control
tags:
- css
- form_factors
- id: simulator
name: Xcode Simulator
tags:
- css
- form_factors