-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 755 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 755 Bytes
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
{
"name": "sassy-gridlover",
"description": "Super easy to use Sass mixins to establish a typographic system with modular scale and vertical rhythm. Based on the Gridlover app.",
"version": "6.0.5",
"main": [
"sassy-gridlover/_sassy-gridlover.scss"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"keywords": [
"typography",
"baseline",
"modular",
"scale",
"vertical-rhythm",
"sass",
"scss",
"mixins",
"gridlover"
],
"authors": [
{
"name": "hiulit",
"email": "hiulit@gmail.com",
"homepage": "https://github.com/hiulit"
}
],
"homepage": "https://github.com/hiulit/Sassy-Gridlover",
"repository": {
"type": "git",
"url": "https://github.com/hiulit/Sassy-Gridlover.git"
}
}