-
Hi,
I suppose there is a bug when using glob in `gulp.src()` to match multiple html files.
I've got 75 html files, and some CSS classes are the same, but there are unique CSS classes in every html fi…
-
@Scrum what do you think about adding support for `posthtml-expressions` inside attribute values?
So we could then do:
```html
```
... or:
```html
```
I know you can just use `pos…
-
I'm having problems using the CLI with PostCSS Autoprefixer. I already have `posthtml-postcss` and `autoprefixer` packages installed through NPM.
`posthtml.json`
```json
{
"posthtml": {
"…
-
After a bit of testing, I'm starting to realise that this plugin doesn't really work very effectively. The reason behind this seems to be that the flow is as follows:
- posthtml parser parses HTML …
-
From gulp example:
```js
...
posthtml([
require('posthtml-md')({ /* options */ })
])
...
```
If I pass options, it nothing happened. For example I need code highlight and remove id:
`…
-
Expample:
```js
// posthtml_module start
var postHTML = function(plugins) { this.plugins = plugins; };
postHTML.prototype.parser = function(html) { return 'OLD' + html; }; // CHANGE
postHTML.pr…
-
This is a request to allow the use of ES module files as config files for posthtml through the CLI.
I currently have some build tools that use similar configuration files to posthtml. I have an ES …
-
Just as the title,
because now, the report of errors, for example
```
PostHTML HINT
-------------
✖ error [10:12]
Special characters must be escaped : [ > ].
✖ error [12:3]
Special charact…
-
上两篇文章介绍了postcss,这篇文章介绍下[posthtml](https://github.com/posthtml/posthtml),这东西还比较新,但是有些东西已经可以用起来了。
在这之前模块化我都是用slim+scss来做的,现在换posthtml,来看看差别在哪里。
我们的目录结构如下
```
|-component
|-button
button.html
…
-
@bashaus Hi, I am a posthtml package maintainer, I found your package because you have a posthtml package in dependencies. I think it will be easier for people to find your package if you add it to t…
Scrum updated
5 years ago