holygrail2 1.1.66 → 1.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Paquete: holygrail2
4
- Versión: 1.1.65
4
+ Versión: 1.1.66
5
5
  */
6
6
  @charset "UTF-8";
7
7
  *,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -867,7 +867,7 @@ button {
867
867
  .has-light .btn-naver {
868
868
  background-color: $c-naver;
869
869
  color: $c-white;
870
- padding-left: 40px;
870
+ padding-inline: 40px;
871
871
  border: 1px solid $c-naver;
872
872
  &:focus,
873
873
  &.focus,
@@ -889,7 +889,7 @@ button {
889
889
  .has-light .btn-wechat {
890
890
  background-color: $c-wechat;
891
891
  color: $c-white;
892
- padding-left: 40px;
892
+ padding-inline: 40px;
893
893
  border: 1px solid $c-wechat;
894
894
  &:focus,
895
895
  &.focus,