mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #680 from hacknug/hotfix/fix-tests
Fix undefined var in one test
This commit is contained in:
commit
f987d5386d
@ -284,7 +284,7 @@ test('plugins can add base styles with object syntax', () => {
|
||||
test('plugins can add base styles with raw PostCSS nodes', () => {
|
||||
const { base } = processPlugins(
|
||||
[
|
||||
function({ addBase }) {
|
||||
function({ addBase, postcss }) {
|
||||
addBase([
|
||||
postcss.rule({ selector: 'img' }).append([
|
||||
postcss.decl({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user