generator-chisel 1.0.0-alpha.13 → 1.0.0-alpha.14

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  <!-- INSERT-NEW-ENTRIES-HERE -->
4
4
 
5
+ ## 1.0.0-alpha.14 (2021-12-16)
6
+
7
+ - Fix ::before and ::after ([adf82b3](https://github.com/xfiveco/generator-chisel/commit/adf82b3)), closes [#508](https://github.com/xfiveco/generator-chisel/issues/508)
8
+
5
9
  ## 1.0.0-alpha.13 (2021-09-29)
6
10
 
7
11
  - Change postcss-normalize package ([f1b9ea4](https://github.com/xfiveco/generator-chisel/commit/f1b9ea4))
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Chisel is a development framework for creating easy to maintain and fast WordPress websites and front-end templates.
6
6
 
7
+ **New version: We are currently working on a complete rewrite of Chisel with Webpack. Check out [how to install and test the new version](https://github.com/xfiveco/generator-chisel/issues/465).**
8
+
7
9
  ## Learn more
8
10
  - [Introduction](https://www.getchisel.co/)
9
11
  - [Documentation](https://www.getchisel.co/docs/)
@@ -7,13 +7,13 @@ blockquote {
7
7
  font-style: italic;
8
8
 
9
9
  p:first-child {
10
- &:before {
10
+ &::before {
11
11
  content: open-quote;
12
12
  }
13
13
  }
14
14
 
15
15
  p:last-child {
16
- &:after {
16
+ &::after {
17
17
  content: close-quote;
18
18
  }
19
19
  }
@@ -13,8 +13,8 @@ html {
13
13
 
14
14
  * {
15
15
  &,
16
- &:before,
17
- &:after {
16
+ &::before,
17
+ &::after {
18
18
  box-sizing: inherit;
19
19
  }
20
20
  }
@@ -10,7 +10,7 @@
10
10
  // }
11
11
 
12
12
  @mixin clearfix() {
13
- &:after {
13
+ &::after {
14
14
  content: '' !important;
15
15
  display: block !important;
16
16
  clear: both !important;
@@ -110,7 +110,7 @@ p {
110
110
  position: relative;
111
111
  }
112
112
 
113
- .c-list li:before {
113
+ .c-list li::before {
114
114
  background: #ecbb42;
115
115
  content: '';
116
116
  display: block;
@@ -10,7 +10,7 @@
10
10
  >
11
11
  <!-- prettier-ignore -->
12
12
  <style>
13
- html{font-size:1em;line-height:1.5}@media (min-width:768px){html{font-size:1.25em}}@media (min-width:1024px){html{font-size:1.5em}}body{background:#fff;color:#2a1468;font-family:Quicksand,sans-serif;padding:1em}a,a:link{color:#2a1468;text-decoration:underline}a:hover{color:#ff6d54}p{margin:0 0 1em}.c-wrapper{margin:0 auto;max-width:860px}.c-section{margin-top:.5em}.c-section__content{font-size:.75em}.c-section__text a{font-weight:500}.c-section__intro{font-size:1em;font-weight:600}.c-section:last-child{margin-top:2em}.c-section__note{margin-top:1em}.c-section__note:not(:last-child){display:none}.c-page-title{margin:0;font-size:1.5em}.c-page-subtitle{margin:1.5em 0 0;font-size:1em}.c-heading,.c-page-subtitle{border-bottom:3px solid #ff6d54;display:inline-block;font-weight:600}.c-intro{font-size:1em;font-weight:600;margin:0 1em 1.9em 0;line-height:1.5}.c-heading{margin:0 0 .5em;font-size:1.35em}.c-list{list-style:none;margin:0;padding:0}.c-list li{margin-bottom:.5em;padding-left:1em;position:relative}.c-list li:before{background:#ff6d54;content:"";display:block;height:.5em;left:0;position:absolute;top:.5em;width:.5em}.c-page{text-decoration:none;position:relative;display:block;border-bottom:1px dashed #ccc;padding-bottom:.5em}.c-page__link{font-weight:600}.c-page__name{color:#2a1468;margin-left:.5em;position:absolute;top:0;right:0}.c-page:hover .c-page__name{color:#ff6d54}.c-section__code{padding:.9rem .8rem;overflow:auto;display:block;background:#2d2b57;color:#e3dfff;border-radius:10px}
13
+ html{font-size:1em;line-height:1.5}@media (min-width:768px){html{font-size:1.25em}}@media (min-width:1024px){html{font-size:1.5em}}body{background:#fff;color:#2a1468;font-family:Quicksand,sans-serif;padding:1em}a,a:link{color:#2a1468;text-decoration:underline}a:hover{color:#ff6d54}p{margin:0 0 1em}.c-wrapper{margin:0 auto;max-width:860px}.c-section{margin-top:.5em}.c-section__content{font-size:.75em}.c-section__text a{font-weight:500}.c-section__intro{font-size:1em;font-weight:600}.c-section:last-child{margin-top:2em}.c-section__note{margin-top:1em}.c-section__note:not(:last-child){display:none}.c-page-title{margin:0;font-size:1.5em}.c-page-subtitle{margin:1.5em 0 0;font-size:1em}.c-heading,.c-page-subtitle{border-bottom:3px solid #ff6d54;display:inline-block;font-weight:600}.c-intro{font-size:1em;font-weight:600;margin:0 1em 1.9em 0;line-height:1.5}.c-heading{margin:0 0 .5em;font-size:1.35em}.c-list{list-style:none;margin:0;padding:0}.c-list li{margin-bottom:.5em;padding-left:1em;position:relative}.c-list li::before{background:#ff6d54;content:"";display:block;height:.5em;left:0;position:absolute;top:.5em;width:.5em}.c-page{text-decoration:none;position:relative;display:block;border-bottom:1px dashed #ccc;padding-bottom:.5em}.c-page__link{font-weight:600}.c-page__name{color:#2a1468;margin-left:.5em;position:absolute;top:0;right:0}.c-page:hover .c-page__name{color:#ff6d54}.c-section__code{padding:.9rem .8rem;overflow:auto;display:block;background:#2d2b57;color:#e3dfff;border-radius:10px}
14
14
  </style>
15
15
  <script type="text/x-chisel-pages-template">
16
16
  <ul class="c-list">
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
2
  'babel-preset-chisel': '1.0.0-alpha.0',
3
3
  'chisel-plugin-code-style': '1.0.0-alpha.1',
4
- 'chisel-plugin-static-frontend': '1.0.0-alpha.4',
5
- 'chisel-plugin-wordpress': '1.0.0-alpha.5',
6
- 'chisel-scripts': '1.0.0-alpha.7',
4
+ 'chisel-plugin-static-frontend': '1.0.0-alpha.5',
5
+ 'chisel-plugin-wordpress': '1.0.0-alpha.6',
6
+ 'chisel-scripts': '1.0.0-alpha.8',
7
7
  'chisel-shared-utils': '1.0.0-alpha.0',
8
8
  'eslint-config-chisel': '3.0.0-alpha.0',
9
- 'generator-chisel': '1.0.0-alpha.13',
9
+ 'generator-chisel': '1.0.0-alpha.14',
10
10
  'stylelint-config-chisel': '1.0.0-alpha.0',
11
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-chisel",
3
- "version": "1.0.0-alpha.13",
3
+ "version": "1.0.0-alpha.14",
4
4
  "description": "A generator for scaffolding front-end and WordPress projects",
5
5
  "bin": {
6
6
  "chisel": "bin/chisel.js"
@@ -43,5 +43,5 @@
43
43
  "tinyqueue": "^2.0.3",
44
44
  "update-notifier": "^4.1.0"
45
45
  },
46
- "gitHead": "75053ba64157deb6752c02ded5b775a8b2b087f6"
46
+ "gitHead": "a4f0deade67a28ccf68ce08ab89b32c15b3d9864"
47
47
  }