We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8bce3 commit 4094dc0Copy full SHA for 4094dc0
composer.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "concisecss/concise.css",
3
+ "description": "A lightweight front-end framework that provides functionality without the bloat.",
4
+ "keywords": [
5
+ "css",
6
+ "sass",
7
+ "scss",
8
+ "mobile-first",
9
+ "responsive",
10
+ "front-end",
11
+ "framework",
12
+ "web"
13
+ ],
14
+ "homepage": "http://concisecss.com",
15
+ "authors": [
16
+ {
17
+ "name": "Keenan Payne",
18
+ "email": "contact@keenanpayne.com"
19
+ }
20
21
+ "support": {
22
+ "issues": "https://github.com/ConciseCSS/concise.css/issues"
23
+ },
24
+ "license": "MIT",
25
+ "replace": {
26
+ "concisecss/concise.css": "self.version"
27
28
+}
0 commit comments