Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Sep 25, 2022
1 parent 40b1448 commit 7d9fbca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sources/@roots/bud-postcss/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
bind,
expose,
label,
once,
} from '@roots/bud-framework/extension/decorators'
import {isFunction, isUndefined} from '@roots/bud-support/lodash-es'
import type {Plugin, Processor} from 'postcss'
Expand Down Expand Up @@ -323,10 +322,8 @@ export default class BudPostCss extends Extension {
*
* @public
* @decorator `@bind`
* @decorator `@once`
*/
@bind
@once
public async register() {
this.setPlugins({
import: await this.resolve(`postcss-import`),
Expand Down

0 comments on commit 7d9fbca

Please sign in to comment.