Skip to content

Commit

Permalink
Update doc details and license date
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Apr 16, 2019
1 parent 62243a0 commit ee2bab7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2017 Fabien Sa
Copyright (c) 2016-* Fabien Sa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ To force backgrounds to be printed (can be useful when you "print" a pdf), add t

## Dev

- `npm install` to install dependencies
- `npm i` to install the dependencies
- `npm run watch` to "watch" the scss folder and compile to css
- `npm run build` to compile gutenberg to css
8 changes: 4 additions & 4 deletions docs/modern.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
float: right;
color: #fff;
border-radius: 4px;
padding: 18px 36px;
padding: 20px 40px;
text-transform: uppercase;
text-align: center;
font-size: 12pt;
font-size: 11pt;
font-weight: bold;
cursor: pointer;
margin-right: 15px;
background: #16a;
background: #1976D2;
}
.demo:hover {
box-shadow: 0 0 12px rgba(0, 0, 0, .4);
background: #1565C0;
}
</style>
</head>
Expand Down
8 changes: 4 additions & 4 deletions docs/oldstyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
float: right;
color: #fff;
border-radius: 4px;
padding: 18px 36px;
padding: 20px 40px;
text-transform: uppercase;
text-align: center;
font-size: 12pt;
font-size: 11pt;
font-weight: bold;
cursor: pointer;
margin-right: 15px;
background: #16a;
background: #1976D2;
}
.demo:hover {
box-shadow: 0 0 12px rgba(0, 0, 0, .4);
background: #1565C0;
}
</style>
</head>
Expand Down

0 comments on commit ee2bab7

Please sign in to comment.