Skip to content

Commit

Permalink
feat: update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Jan 23, 2025
1 parent 5c9f155 commit c78b6ef
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions packages/integrations/tailwind/test/basic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ describe('Basic', () => {

assert.equal(css.includes('box-sizing:border-box;'), true); // base css
assert.equal(css.includes('text-red-500'), true); // class css
assert.equal(
new RegExp(/\.a\[data-astro-cid-.*?\] \.b\[data-astro-cid-.*?\]/).test(css),
true,
); // nesting
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { defineConfig } from 'astro/config';
export default defineConfig({
integrations: [
tailwind({
// applyBaseStyles: false,
configFile: "./tailwind.config.js"
}),
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
// import "../styles.css"
---

<div class="text-red-500">red</div>

<div class="a">
Expand Down

This file was deleted.

0 comments on commit c78b6ef

Please sign in to comment.