John Albin Wilkins
John Albin Wilkins
Given the discussions in #1128, we should remove the `removeViewBox` plugin from the list of default plugins. The stated goal of **svgo** is to optimize SVGs _while not changing their...
The docs for most of the plugins are… scant. I was writing a custom plugin when I realized that the `convertColors` plugin already did what I wanted, but the `currentColor`...
If a `postcss.config.js` is used (instead of passing a `plugins` array), the PostCSS options passed to gulp-postcss are ignored by all PostCSS plugins. If you [look at the default export...
When mocking fetch responses, we should have full _dynamic_ control over all aspects of the Response object, including: * body * status * statusText * headers Currently, we only have...
While the current Error Handling docs page doesn't mention CSS, almost all apps try to make their error pages user-friendly by styling them consistently with the rest of the app,...
Adds for...in loops, as discussed in #18.
To my eyes, this looks like a syntax error: ``` @for $i from 1 to 3 by { .b-$i { width: $(i)px; } } ``` The `by` keyword is specified,...
This pull request is for: - [x] `starters/basic-starter` - [x] `starters/graphql-starter` GitHub Issue: #601 ## Describe your changes Adds a pages-starter that uses the Pages Router. Upgrades basic-starter and graphql-starter...
This pull request is for: - [x] `examples/*` - [x] `modules/next` - [x] `packages/next-drupal` - [x] `starters/basic-starter` - [x] `starters/graphql-starter` GitHub Issue: #718 ## Describe your changes Replaces "slug" with...
This pull request is for: - [x] `packages/next-drupal` GitHub Issue: #665 ## Describe your changes The `DrupalClient` class has been refactored to inherit from 2 base classes. All the methods...