-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use @parcel/css in tinycss (#47)
* feat: add @parcel/css * chore: Fix test and clean up * chore: bump parcel/css * chore: remove postcss * chore: replace jsdom with link dom * chore: remove unused types * docs: added documentattion * chore: bump to v2.0.0
- Loading branch information
Showing
10 changed files
with
682 additions
and
424 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
import autoprefixer from 'autoprefixer'; | ||
import { PurgeCSSOptions } from './purgeCSS.interface'; | ||
import type { UserDefinedOptions as PurgeCSSOptions } from 'purgecss'; | ||
|
||
export interface OptionsInterface { | ||
/** Autoprefixer options */ | ||
autoprefixer?: autoprefixer.Options; | ||
/** The 11ty output directory. It defaults to `_site` */ | ||
output?: string; | ||
/** PurgeCSS Options : https://purgecss.com/configuration.html#options */ | ||
purgeCSS?: PurgeCSSOptions; | ||
browserslists?: string; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters